Re: [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

2015-01-29 Thread Jan Kiszka
On 2015-01-29 15:34, Daniel Thompson wrote: > On 29/01/15 13:35, Jan Kiszka wrote: >> On 2015-01-29 14:15, Michal Marek wrote: >>> On 2015-01-29 07:46, Jan Kiszka wrote: --- a/Makefile +++ b/Makefile @@ -1179,7 +1179,8 @@ MRPROPER_FILES += .config .config.old .version .old_vers

Re: [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

2015-01-29 Thread Daniel Thompson
On 29/01/15 13:35, Jan Kiszka wrote: > On 2015-01-29 14:15, Michal Marek wrote: >> On 2015-01-29 07:46, Jan Kiszka wrote: >>> --- a/Makefile >>> +++ b/Makefile >>> @@ -1179,7 +1179,8 @@ MRPROPER_FILES += .config .config.old .version >>> .old_version $(version_h) \ >>> Module.symvers

Re: [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

2015-01-29 Thread Jan Kiszka
On 2015-01-29 14:15, Michal Marek wrote: > On 2015-01-29 07:46, Jan Kiszka wrote: >> --- a/Makefile >> +++ b/Makefile >> @@ -1179,7 +1179,8 @@ MRPROPER_FILES += .config .config.old .version >> .old_version $(version_h) \ >>Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \

Re: [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

2015-01-29 Thread Michal Marek
On 2015-01-29 07:46, Jan Kiszka wrote: > --- a/Makefile > +++ b/Makefile > @@ -1179,7 +1179,8 @@ MRPROPER_FILES += .config .config.old .version > .old_version $(version_h) \ > Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ > signing_key.priv signing_key

[PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

2015-01-28 Thread Jan Kiszka
From: Daniel Thompson Using the gdb scripts leaves byte-compiled python files in the scripts/ directory. These should be ignored by git and cleaned up by mrproper. Signed-off-by: Daniel Thompson Cc: Michal Marek Cc: linux-kbu...@vger.kernel.org Signed-off-by: Jan Kiszka --- .gitignore