mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
Update gitignore
This commit is contained in:
parent
1be285c530
commit
b633e359c0
18
.gitignore
vendored
18
.gitignore
vendored
@ -1,10 +1,15 @@
|
|||||||
.vagrant
|
## Editors
|
||||||
.idea
|
.idea/
|
||||||
*.patch
|
|
||||||
*.komodoproject
|
*.komodoproject
|
||||||
|
.*.sw[op]
|
||||||
|
*~
|
||||||
|
|
||||||
|
## C++ and Tools
|
||||||
|
*.patch
|
||||||
*.playground
|
*.playground
|
||||||
.*.swp
|
.vagrant
|
||||||
.*.swo
|
|
||||||
|
## Build artifacts
|
||||||
build/
|
build/
|
||||||
build-debug/
|
build-debug/
|
||||||
build-release/
|
build-release/
|
||||||
@ -13,3 +18,6 @@ build64/
|
|||||||
debug/
|
debug/
|
||||||
release/
|
release/
|
||||||
cmake-build-debug
|
cmake-build-debug
|
||||||
|
/Testing/
|
||||||
|
/install/
|
||||||
|
/vendor/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user