Update gitignore

This commit is contained in:
Markus Frosch 2018-02-07 13:40:30 +01:00
parent 1be285c530
commit b633e359c0
1 changed files with 13 additions and 5 deletions

18
.gitignore vendored
View File

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