diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-13 15:44:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-13 15:44:00 +0000 |
commit | 40d72643d37b8001bb9e9fa7b9b3e73140458546 (patch) | |
tree | a1ccfd5f59305b00aea0604b203af1c61c00ad9b /gdb/.gitignore | |
parent | 9edaacb3fb4004e7387351a187781c787ef75492 (diff) | |
download | gdb-40d72643d37b8001bb9e9fa7b9b3e73140458546.zip gdb-40d72643d37b8001bb9e9fa7b9b3e73140458546.tar.gz gdb-40d72643d37b8001bb9e9fa7b9b3e73140458546.tar.bz2 |
gdb: ignore generated go-exp.c
Diffstat (limited to 'gdb/.gitignore')
-rw-r--r-- | gdb/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/.gitignore b/gdb/.gitignore index 7a0dd1a..2bd740e 100644 --- a/gdb/.gitignore +++ b/gdb/.gitignore @@ -8,6 +8,7 @@ /f-exp.c /gdb /gdbtui +/go-exp.c /init.c /jit-reader.h /jv-exp.c |