From: Michael Friedrich Date: Mon, 18 Mar 2019 10:05:39 +0000 (+0100) Subject: Update .gitignore X-Git-Tag: v2.11.0-rc1~203^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5cb90ec6551da44ba36b978808079874ea1f55c;p=icinga2 Update .gitignore --- diff --git a/.gitignore b/.gitignore index 0e2ed3ffd..b300b597d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,14 @@ -## Editors -.idea/ -*.komodoproject -.*.sw[op] -*~ +# Exclude all hidden files +.* + +# Except those related to git and vagrant +!.git* +!.puppet* +!.travis.yml +!.mailmap -## C++ and Tools -*.patch -*.playground -.vagrant +## Tools +*~ tickets.pickle ## Build artifacts