From a9900336ae979b77874949e16bced008b2b635bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Mon, 23 Nov 2015 21:00:58 +0100 Subject: [PATCH] Don't ignore the .gitignore file itself --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 12166c9c..e0d930e9 100644 --- a/.gitignore +++ b/.gitignore @@ -123,3 +123,6 @@ nbdist/ nbactions.xml nb-configuration.xml .nb-gradle/ + +# Don't exclude the .gitignore itself +!.gitignore