Update gitignore

This commit is contained in:
Markus Frosch 2018-02-07 13:40:30 +01:00
parent 1be285c530
commit b633e359c0

18
.gitignore vendored
View File

@ -1,10 +1,15 @@
.vagrant ## Editors
.idea .idea/
*.patch
*.komodoproject *.komodoproject
.*.sw[op]
*~
## C++ and Tools
*.patch
*.playground *.playground
.*.swp .vagrant
.*.swo
## Build artifacts
build/ build/
build-debug/ build-debug/
build-release/ build-release/
@ -13,3 +18,6 @@ build64/
debug/ debug/
release/ release/
cmake-build-debug cmake-build-debug
/Testing/
/install/
/vendor/