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
.idea/
*.komodoproject
.*.sw[op]
*~
# Exclude all hidden files
.*
## C++ and Tools
*.patch
*.playground
.vagrant
# Except those related to git and vagrant
!.git*
!.puppet*
!.travis.yml
!.mailmap
## Tools
*~
tickets.pickle
## Build artifacts