diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-09-27 15:10:42 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-09-27 15:10:42 +0100 |
commit | 07619d52fef6fda58cbc327512a4d8ec60ad5637 (patch) | |
tree | 1da5eb80c5384e4d68bcd4d4f4915b62a74d0454 | |
parent | 1c5f704fc035bc705dee887418f42cb8bca24b5d (diff) | |
download | gdb-07619d52fef6fda58cbc327512a4d8ec60ad5637.zip gdb-07619d52fef6fda58cbc327512a4d8ec60ad5637.tar.gz gdb-07619d52fef6fda58cbc327512a4d8ec60ad5637.tar.bz2 |
Add archives and make stamps to the .gitignore file.
-rw-r--r-- | .gitignore | 10 | ||||
-rw-r--r-- | ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
@@ -15,6 +15,7 @@ *.o *.pyc *.tmp +*.a .deps .libs @@ -49,3 +50,12 @@ lost+found # ignore ./contrib/gcc_update output LAST_UPDATED REVISION + +stamp-* +*.stamp + +# ignore in-tree prerequisites +/mpfr* +/mpc* +/gmp* +/isl* @@ -1,3 +1,7 @@ +2016-09-27 Simon Marchi <simon.marchi@polymtl.ca> + + * .gitignore: Add archives and make stamps. + 2016-07-20 Yan-Ting Lin <currygt52@gmail.com> * configure.ac (nds32*-*-*): Remove entry to enable gdb. |