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
|
# 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
|
||||||
|
|
Loading…
Reference in New Issue