Merge pull request #7025 from Icinga/feature/gitignore

Update .gitignore
This commit is contained in:
Michael Friedrich 2019-03-18 11:10:49 +01:00 committed by GitHub
commit d14352c844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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