mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
Add archives and make stamps to the .gitignore file.
This commit is contained in:
committed by
Nick Clifton
parent
1c5f704fc0
commit
07619d52fe
10
.gitignore
vendored
10
.gitignore
vendored
@@ -15,6 +15,7 @@
|
|||||||
*.o
|
*.o
|
||||||
*.pyc
|
*.pyc
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.a
|
||||||
|
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
@@ -49,3 +50,12 @@ lost+found
|
|||||||
# ignore ./contrib/gcc_update output
|
# ignore ./contrib/gcc_update output
|
||||||
LAST_UPDATED
|
LAST_UPDATED
|
||||||
REVISION
|
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>
|
2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
|
||||||
|
|
||||||
* configure.ac (nds32*-*-*): Remove entry to enable gdb.
|
* configure.ac (nds32*-*-*): Remove entry to enable gdb.
|
||||||
|
|||||||
Reference in New Issue
Block a user