icinga2/.gitignore

21 lines
201 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
tickets.pickle
2018-02-07 13:40:30 +01:00
## Build artifacts
2018-08-02 14:42:14 +02:00
build*/
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/