Add build/IDE artifacts to gitignore
This commit is contained in:
parent
ab113b2fc4
commit
95d4cbdf4a
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
||||||
*.a
|
*.a
|
||||||
*.sw*
|
*.sw*
|
||||||
|
|
||||||
|
/build
|
||||||
|
/build-*
|
||||||
|
|
||||||
|
CMakeLists.txt.user
|
||||||
*.cmake
|
*.cmake
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue