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@xxxxxxxxx> Cc: Joonas Lahtinen <joonas.lahtinen@xxxxxxxxxxxxxxx> Signed-off-by: Michel Thierry <michel.thierry@xxxxxxxxx> --- .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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx