Update .gitignore

Jan Engelhardt 2025-02-10 15:33:29 +01:00
parent 01083a64eb
commit 7a09a5563c
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