Update .gitignore
parent
01083a64eb
commit
7e2b6d1a51
|
|
@ -1,6 +1,13 @@
|
|||
*~
|
||||
*.a
|
||||
*.so
|
||||
*.so.*
|
||||
*.o
|
||||
.ccls-cache
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
compile_commands.json
|
||||
tags
|
||||
/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue