[PATCH 1/2] make .gitignore files visible to git
Antony Pavlov
antonynpavlov at gmail.com
Fri Jun 6 12:08:09 PDT 2014
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 5555e15..28f319a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -52,6 +52,11 @@ Module.symvers
barebox_default_env*
#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
+
+#
# Generated include files
#
include/asm
--
1.9.2
More information about the barebox
mailing list