update gitignore

This commit is contained in:
Jan Schreiber 2020-09-03 19:57:15 +02:00
parent f4d21d3ef3
commit a593a91757

4
.gitignore vendored
View file

@ -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/