update gitignore
This commit is contained in:
parent
f4d21d3ef3
commit
a593a91757
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
# This file is used to ignore files which are generated
|
# This file is used to ignore files which are generated
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
build/
|
build/
|
||||||
|
cmake-build-debug/
|
||||||
*~
|
*~
|
||||||
*.autosave
|
*.autosave
|
||||||
*.a
|
*.a
|
||||||
|
@ -73,3 +74,6 @@ Thumbs.db
|
||||||
*.user
|
*.user
|
||||||
|
|
||||||
.cmake
|
.cmake
|
||||||
|
|
||||||
|
# Clion
|
||||||
|
.idea/
|
||||||
|
|
Loading…
Reference in a new issue