Re: [Intel-gfx] [PATCH i-g-t] gitignore: Add files starting with .

2017-02-15 Thread Michel Thierry
On 15/02/17 04:24, Joonas Lahtinen wrote: On pe, 2017-02-10 at 12:37 -0800, Michel Thierry wrote: I cant be the only one that have added .tags by mistake. Cc: Marius Vlad Cc: Petri Latvala Signed-off-by: Michel Thierry +++ b/.gitignore @@ -81,6 +81,7 @@ core *.swo *.swp *.dirstamp

Re: [Intel-gfx] [PATCH i-g-t] gitignore: Add files starting with .

2017-02-15 Thread Joonas Lahtinen
On pe, 2017-02-10 at 12:37 -0800, Michel Thierry wrote: > I cant be the only one that have added .tags by mistake. > > Cc: Marius Vlad > Cc: Petri Latvala > Signed-off-by: Michel Thierry > +++ b/.gitignore > @@ -81,6 +81,7 @@ core >  *.swo >  *.swp >  *.dirstamp > +.* You need to at least h

[Intel-gfx] [PATCH i-g-t] gitignore: Add files starting with .

2017-02-10 Thread Michel Thierry
I cant be the only one that have added .tags by mistake. Cc: Marius Vlad Cc: Petri Latvala Signed-off-by: Michel Thierry --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6204965a..e1457bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @