diff options
author | Simon Marchi <simon.marchi@ericsson.com> | 2016-09-21 13:12:21 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@ericsson.com> | 2016-09-21 13:12:21 -0400 |
commit | 74172ecf37e5877085c5d01f335db94e8091ba97 (patch) | |
tree | bc331aeb4ff90e2dce1f3a2088b84b3be28429b9 /gdb/gdbserver | |
parent | 6ec2b213de6962ceeb81bfa33354ea6e60c57049 (diff) | |
download | gdb-74172ecf37e5877085c5d01f335db94e8091ba97.zip gdb-74172ecf37e5877085c5d01f335db94e8091ba97.tar.gz gdb-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/gdbserver')
-rw-r--r-- | gdb/gdbserver/.gitignore | 14 | ||||
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gdb/gdbserver/.gitignore b/gdb/gdbserver/.gitignore index bb5c293..66ce8439e 100644 --- a/gdb/gdbserver/.gitignore +++ b/gdb/gdbserver/.gitignore @@ -1,12 +1,26 @@ +/Makefile + gdbreplay gdbserver libinproctrace.so +build-gnulib-gdbserver +build-libiberty-gdbserver + amd64-avx-linux.c +amd64-avx-mpx-linux.c +amd64-avx512-linux.c amd64-linux.c +amd64-mpx-linux.c i386-avx-linux.c +i386-avx-mpx-linux.c +i386-avx512-linux.c i386-linux.c i386-mmx-linux.c +i386-mpx-linux.c reg-*.c version.c +x32-avx-linux.c +x32-avx512-linux.c +x32-linux.c xml-builtin.c diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index c1f1dff..4635c69 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2016-09-21 Simon Marchi <simon.marchi@ericsson.com> + + * .gitinore: Ignore more files. + 2016-09-21 Yao Qi <yao.qi@linaro.org> * linux-aarch32-low.c (arm_fill_gregset): Keep bits 20 to |