diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ce91cc8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Exclude all hidden files +.* + +# Except those related to git and vagrant +!.git* +!.puppet* +!.travis.yml +!.mailmap + +## Tools +*~ +tickets.pickle + +## Build artifacts +build*/ +debug/ +release/ +cmake-build-debug +/Testing/ +/install/ +/vendor/ +tools/selinux/icinga2.pp +tools/selinux/icinga2_selinux.8 +tools/selinux/tmp |