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

2014-08-10 Thread Jan Kiszka
On 2014-08-06 16:27, Daniel Thompson wrote: > 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: Jan Kiszka > Cc: Michal Marek > Cc: linux-kbu...@vger.kernel.org

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

2014-08-06 Thread 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: Jan Kiszka Cc: Michal Marek Cc: linux-kbu...@vger.kernel.org --- Notes: Relies upon (and intended for incorporati