Update and add .gitignore's
authorSimon Marchi <simon.marchi@ericsson.com>
Wed, 21 Sep 2016 17:12:21 +0000 (13:12 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Wed, 21 Sep 2016 17:12:21 +0000 (13:12 -0400)
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.

gdb/.gitignore
gdb/ChangeLog
gdb/data-directory/.gitignore [new file with mode: 0644]
gdb/doc/.gitignore [new file with mode: 0644]
gdb/doc/ChangeLog
gdb/gdbserver/.gitignore
gdb/gdbserver/ChangeLog
gdb/testsuite/.gitignore [new file with mode: 0644]
gdb/testsuite/ChangeLog

index ec7ad2725c841197e30d959d1c9c111cc99daef9..e7e108768ec5a42273ecd24570d417c0f25eb67c 100644 (file)
@@ -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
index 446c9daff503a1e4d25512be9cbeb76b718c1983..4f16b0930f75d80e2fca42f37bfbda3961cf03de 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * .gitignore: Ignore more files.
+       * data-directory/.gitignore: Likewise.
+
 2016-09-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
 
        * rs6000-tdep.c (PPC_DQ): New macro.
diff --git a/gdb/data-directory/.gitignore b/gdb/data-directory/.gitignore
new file mode 100644 (file)
index 0000000..a2e9147
--- /dev/null
@@ -0,0 +1,5 @@
+/Makefile
+/guile
+/python
+/syscalls
+/system-gdbinit
diff --git a/gdb/doc/.gitignore b/gdb/doc/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
index c6fe47c602d51af2612f5b46cc58291ccd0b777a..d13cf862de13d64284de110bd192b2ed0820abc8 100644 (file)
@@ -1,3 +1,7 @@
+2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * .gitignore: New file.
+
 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
 
        * gdb.texinfo (Input/Output): Mention possibility to unset
index bb5c2937c47218c90d8be8705e2235f52d90d250..66ce8439e58a2a3640d3b3104e0a8afaad0c4803 100644 (file)
@@ -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
index c1f1dff6c2772960f2cae5b7832ccbde5a518f3f..4635c69c670b64464803997c45da43e4aa687898 100644 (file)
@@ -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
diff --git a/gdb/testsuite/.gitignore b/gdb/testsuite/.gitignore
new file mode 100644 (file)
index 0000000..46265dc
--- /dev/null
@@ -0,0 +1,9 @@
+/Makefile
+/lib/pdtrace
+/outputs
+
+/expect-read1
+/gdb.log
+/gdb.sum
+/read1.so
+/site.*
index a41db8df3ade2fb66d154f49b7f72d62682cbaf9..3da03141a15e19f406be65b21771c771661f1816 100644 (file)
@@ -1,3 +1,7 @@
+2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * .gitignore: New file.
+
 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
 
        * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
This page took 0.049896 seconds and 4 git commands to generate.