diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | scripts/gdb/linux/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,7 @@ Module.symvers /TAGS /linux /vmlinux +/vmlinux-gdb.py /vmlinuz /System.map /Module.markers diff --git a/scripts/gdb/linux/.gitignore b/scripts/gdb/linux/.gitignore new file mode 100644 index 0000000..52e4e61 --- /dev/null +++ b/scripts/gdb/linux/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo |