mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7025 from Icinga/feature/gitignore
Update .gitignore
This commit is contained in:
commit
d14352c844
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue