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