icinga2/.gitignore

24 lines
231 B
Plaintext
Raw Normal View History

2018-02-07 13:40:30 +01:00
## Editors
.idea/
*.komodoproject
2018-02-07 13:40:30 +01:00
.*.sw[op]
*~
## C++ and Tools
*.patch
2016-02-26 11:44:17 +01:00
*.playground
2018-02-07 13:40:30 +01:00
.vagrant
## Build artifacts
2014-11-11 09:49:44 +01:00
build/
build-debug/
2016-02-26 11:44:17 +01:00
build-release/
build32/
build64/
2016-02-26 11:44:17 +01:00
debug/
release/
2017-12-20 07:56:04 +01:00
cmake-build-debug
2018-02-07 13:40:30 +01:00
/Testing/
/install/
/vendor/