Update .gitignore

This commit is contained in:
Michael Friedrich 2019-03-18 11:05:39 +01:00
parent ea80d93efc
commit e5cb90ec65
1 changed files with 10 additions and 9 deletions

19
.gitignore vendored
View File

@ -1,13 +1,14 @@
## Editors # Exclude all hidden files
.idea/ .*
*.komodoproject
.*.sw[op]
*~
## C++ and Tools # Except those related to git and vagrant
*.patch !.git*
*.playground !.puppet*
.vagrant !.travis.yml
!.mailmap
## Tools
*~
tickets.pickle tickets.pickle
## Build artifacts ## Build artifacts