gdb: start a gitignore

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2011-03-29 18:21:32 +00:00
parent af3ecb4a35
commit acd1d99cfb
2 changed files with 21 additions and 0 deletions

17
gdb/.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
/version.c
/xml-builtin.c
/ada-exp.c
/ada-lex.c
/c-exp.c
/cp-name-parser.c
/f-exp.c
/gdb
/gdbtui
/init.c
/jv-exp.c
/m2-exp.c
/objc-exp.c
/observer.h
/observer.inc
/p-exp.c

View File

@ -1,3 +1,7 @@
2011-03-29 Mike Frysinger <vapier@gentoo.org>
* .gitignore: New file.
2011-03-29 Mike Frysinger <vapier@gentoo.org>
* NEWS: Mention new cfi device simulation.