[Intel-gfx] [PATCH i-g-t v3] gitignore: Add files starting with .
Petri Latvala
petri.latvala at intel.com
Fri Feb 17 09:31:01 UTC 2017
On 02/16/2017 09:34 PM, Michel Thierry wrote:
> 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>
Reviewed-by: Petri Latvala <petri.latvala 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
More information about the Intel-gfx
mailing list