[RFA] .gitignore: Ignore *.pyc files.

Joel Brobecker brobecker@adacore.com
Tue Dec 18 15:26:00 GMT 2012


Ping. This patch seems fairly straightforward to the point of
being almost obvious, but so far, no review (beyond one email
expressing interest).

Thanks!


> The GDB sources contain some python files, and executing them
> causes these .pyc files to appear.  We could ignore them in GDB
> only, but I think this is the type of extension (compilation
> artifact) which can be shared amoung all projects.
> 
> ChangeLog:
> 
>         * .gitignore: Ignore *.pyc file.
> 
> Ok to apply?
> Thanks,
> -- 
> Joel
> 
> ---
>  .gitignore |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index dc1bf3f..8e2e1e9 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -12,6 +12,7 @@
>  *.la
>  *.lo
>  *.o
> +*.pyc
>  *.tmp
>  
>  .deps
> -- 
> 1.7.10.4

-- 
Joel



More information about the Gdb-patches mailing list