From e5cb90ec6551da44ba36b978808079874ea1f55c Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 18 Mar 2019 11:05:39 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 -- 2.40.0