diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 09:03:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-12-09 09:03:18 +0000 |
commit | 8b9a522f5779a9e8640df98c7010f763b008f625 (patch) | |
tree | d9f5d59a308b0174c0fc972608ea9f13dafc27f3 /gas | |
parent | 87cc8f36a7e8b57b14c7698b05d8736e100d0ac1 (diff) | |
download | gdb-8b9a522f5779a9e8640df98c7010f763b008f625.zip gdb-8b9a522f5779a9e8640df98c7010f763b008f625.tar.gz gdb-8b9a522f5779a9e8640df98c7010f763b008f625.tar.bz2 |
bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
This seems to cover a few random targets as well as --enable-targets=all.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas')
-rw-r--r-- | gas/.gitignore | 9 | ||||
-rw-r--r-- | gas/ChangeLog | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gas/.gitignore b/gas/.gitignore new file mode 100644 index 0000000..27d4887 --- /dev/null +++ b/gas/.gitignore @@ -0,0 +1,9 @@ +/as-new + +/itbl-cpu.h +/obj-format.h +/targ-cpu.h +/targ-env.h + +/doc/as.1 +/doc/asconfig.texi diff --git a/gas/ChangeLog b/gas/ChangeLog index ca325f6..149ea86 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-12-09 Mike Frysinger <vapier@gentoo.org> + + * .gitignore: New file. + 2010-12-05 Arnold Metselaar <arnold.metselaar@planet.nl> PR gas/12269 |