Skip to content

Commit

Permalink
scripts/gdb: ignore byte-compiled python files
Browse files Browse the repository at this point in the history
Using the gdb scripts leaves byte-compiled python files in the scripts/
directory.  These should be ignored by git.

[[email protected]: drop redundant mrproper rule as suggested by Michal]
Signed-off-by: Daniel Thompson <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Jason Wessel <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ben Widawsky <[email protected]>
Cc: Borislav Petkov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
daniel-thompson authored and torvalds committed Feb 17, 2015
1 parent 276d97d commit 2478a8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Module.symvers
/TAGS
/linux
/vmlinux
/vmlinux-gdb.py
/vmlinuz
/System.map
/Module.markers
Expand Down
2 changes: 2 additions & 0 deletions scripts/gdb/linux/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.pyc
*.pyo

0 comments on commit 2478a8a

Please sign in to comment.