Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Engelhardt e48ebc0e36
Merge 7a09a5563c into 01083a64eb 2025-02-10 15:34:34 +01:00
Jan Engelhardt 7a09a5563c Update .gitignore 2025-02-10 15:34:00 +01:00
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -3,6 +3,10 @@
.ccls-cache .ccls-cache
compile_commands.json compile_commands.json
tags tags
Makefile
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
/build /build
/asc2log /asc2log
@ -40,3 +44,6 @@ tags
/slcand /slcand
/slcanpty /slcanpty
/testj1939 /testj1939
*.so
*.so.*
*.a