From 9ddf1e0f55441f62d962f6ffa640ef84583ae711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Mon, 24 Jun 2013 17:08:59 +0300 Subject: [PATCH] Create Git.gitignore These files of Git's should usually not be ignored. --- Global/Git.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Git.gitignore diff --git a/Global/Git.gitignore b/Global/Git.gitignore new file mode 100644 index 00000000..591fa423 --- /dev/null +++ b/Global/Git.gitignore @@ -0,0 +1,3 @@ +!.gitignore +!.gitattributes +!.gitmodules