aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gitignore
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2016-09-21 13:12:21 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2016-09-21 13:12:21 -0400
commit74172ecf37e5877085c5d01f335db94e8091ba97 (patch)
treebc331aeb4ff90e2dce1f3a2088b84b3be28429b9 /gdb/.gitignore
parent6ec2b213de6962ceeb81bfa33354ea6e60c57049 (diff)
downloadbinutils-74172ecf37e5877085c5d01f335db94e8091ba97.zip
binutils-74172ecf37e5877085c5d01f335db94e8091ba97.tar.gz
binutils-74172ecf37e5877085c5d01f335db94e8091ba97.tar.bz2
Update and add .gitignore's
This patch adds a bunch of generated files to gdb's gitignore files. There are still a bunch of "stamp" files that are not ignored, but I think the rule for them should be put in the top-level gitignore. Users and developers are encouraged to build out-of-tree, but some people prefer the simplicity to build in-tree, so it should be useful for them. gdb/ChangeLog: * .gitignore: Ignore more files. * data-directory/.gitignore: Likewise. gdb/doc/ChangeLog: * .gitignore: New file. gdb/gdbserver/ChangeLog: * .gitinore: Ignore more files. gdb/testsuite/ChangeLog: * .gitignore: New file.
Diffstat (limited to 'gdb/.gitignore')
-rw-r--r--gdb/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/.gitignore b/gdb/.gitignore
index ec7ad27..e7e1087 100644
--- a/gdb/.gitignore
+++ b/gdb/.gitignore
@@ -1,3 +1,8 @@
+/Makefile
+/build-gnulib
+/gdb-gdb.gdb
+/nm.h
+
/version.c
/xml-builtin.c
@@ -5,6 +10,7 @@
/ada-lex.c
/c-exp.c
/cp-name-parser.c
+/d-exp.c
/f-exp.c
/gdb
/gdbtui
@@ -18,3 +24,4 @@
/observer.h
/observer.inc
/p-exp.c
+/rust-exp.c