[Intel-gfx] [PATCH i-g-t v3] gitignore: Add files starting with .
Michel Thierry
michel.thierry at intel.com
Thu Feb 16 19:34:26 UTC 2017
I cant be the only one that have added .tags by mistake.
v2: Do not ignore .gitignore
v3: Move !.gitignore at the end, otherwise it'll ignore new .gitignore
files in another directory (Petri)
Cc: Petri Latvala <petri.latvala at intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
Signed-off-by: Michel Thierry <michel.thierry at intel.com>
---
.gitignore | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index 6204965a..de79020f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -81,6 +81,7 @@ core
*.swo
*.swp
*.dirstamp
+.*
cscope.*
TAGS
build-aux/
@@ -93,3 +94,8 @@ intel-gpu-tools-*/
piglit
results
+
+#
+# git files that we don't want to ignore even it they are dot-files
+#
+!.gitignore
--
2.11.0
More information about the Intel-gfx
mailing list