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>
This commit is contained in:
parent
87cc8f36a7
commit
8b9a522f57
14 changed files with 163 additions and 0 deletions
40
bfd/.gitignore
vendored
Normal file
40
bfd/.gitignore
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
/bfd-in3.h
|
||||
/bfd.h
|
||||
/bfd_stdint.h
|
||||
/bfdver.h
|
||||
/elf32-ia64.c
|
||||
/elf32-target.h
|
||||
/elf64-ia64.c
|
||||
/elf64-target.h
|
||||
/libtool-soversion
|
||||
/ofiles
|
||||
/peigen.c
|
||||
/pepigen.c
|
||||
/pex64igen.c
|
||||
/stmp-bfd-h
|
||||
/targmatch.h
|
||||
|
||||
/doc/aoutx.texi
|
||||
/doc/archive.texi
|
||||
/doc/archures.texi
|
||||
/doc/bfdio.texi
|
||||
/doc/bfdt.texi
|
||||
/doc/bfdver.texi
|
||||
/doc/bfdwin.texi
|
||||
/doc/cache.texi
|
||||
/doc/chew
|
||||
/doc/coffcode.texi
|
||||
/doc/core.texi
|
||||
/doc/elf.texi
|
||||
/doc/elfcode.texi
|
||||
/doc/format.texi
|
||||
/doc/hash.texi
|
||||
/doc/init.texi
|
||||
/doc/libbfd.texi
|
||||
/doc/linker.texi
|
||||
/doc/mmo.texi
|
||||
/doc/opncls.texi
|
||||
/doc/reloc.texi
|
||||
/doc/section.texi
|
||||
/doc/syms.texi
|
||||
/doc/targets.texi
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-12-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
|
||||
|
||||
PR ld/12288
|
||||
|
|
58
binutils/.gitignore
vendored
Normal file
58
binutils/.gitignore
vendored
Normal file
|
@ -0,0 +1,58 @@
|
|||
/addr2line
|
||||
/ar
|
||||
/bin2c
|
||||
/coffdump
|
||||
/cxxfilt
|
||||
/dlltool
|
||||
/dllwrap
|
||||
/elfedit
|
||||
/nlmconv
|
||||
/nm-new
|
||||
/objcopy
|
||||
/objdump
|
||||
/ranlib
|
||||
/readelf
|
||||
/size
|
||||
/srconv
|
||||
/strings
|
||||
/strip-new
|
||||
/sysdump
|
||||
/sysinfo
|
||||
/windmc
|
||||
/windres
|
||||
|
||||
/arlex.c
|
||||
/arparse.c
|
||||
/arparse.h
|
||||
/deflex.c
|
||||
/defparse.c
|
||||
/defparse.h
|
||||
/mcparse.c
|
||||
/mcparse.h
|
||||
/nlmheader.c
|
||||
/nlmheader.h
|
||||
/rcparse.c
|
||||
/rcparse.h
|
||||
/sysinfo.c
|
||||
/sysinfo.h
|
||||
/syslex.c
|
||||
/sysroff.c
|
||||
/sysroff.h
|
||||
|
||||
/doc/addr2line.1
|
||||
/doc/ar.1
|
||||
/doc/c++filt.1
|
||||
/doc/cxxfilt.man
|
||||
/doc/dlltool.1
|
||||
/doc/elfedit.1
|
||||
/doc/nlmconv.1
|
||||
/doc/nm.1
|
||||
/doc/objcopy.1
|
||||
/doc/objdump.1
|
||||
/doc/ranlib.1
|
||||
/doc/readelf.1
|
||||
/doc/size.1
|
||||
/doc/strings.1
|
||||
/doc/strip.1
|
||||
/doc/windmc.1
|
||||
/doc/windres.1
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-12-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ar.c: Formatting.
|
||||
|
|
9
gas/.gitignore
vendored
Normal file
9
gas/.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
/as-new
|
||||
|
||||
/itbl-cpu.h
|
||||
/obj-format.h
|
||||
/targ-cpu.h
|
||||
/targ-env.h
|
||||
|
||||
/doc/as.1
|
||||
/doc/asconfig.texi
|
|
@ -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
|
||||
|
|
8
gprof/.gitignore
vendored
Normal file
8
gprof/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
/gprof
|
||||
|
||||
/bsd_callg_bl.c
|
||||
/config.texi
|
||||
/flat_bl.c
|
||||
/fsf_callg_bl.c
|
||||
/gconfig.h
|
||||
/gprof.1
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-11-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/bg.po: Update.
|
||||
|
|
16
ld/.gitignore
vendored
Normal file
16
ld/.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
/configdoc.texi
|
||||
/deffilep.c
|
||||
/deffilep.h
|
||||
/ld-new
|
||||
/ld.1
|
||||
/ldemul-list.h
|
||||
/ldgram.c
|
||||
/ldgram.h
|
||||
/ldlex.c
|
||||
/stringify.sed
|
||||
/tdirs
|
||||
|
||||
/e*.c
|
||||
|
||||
/ldscripts
|
||||
/tmpdir
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* lexsup.c (ld_options): Add -flto and -flto-partition= for
|
||||
|
|
2
libiberty/.gitignore
vendored
Normal file
2
libiberty/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/required-list
|
||||
/xhost-mkfrag
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-12-08 Doug Evans <dje@google.com>
|
||||
|
||||
* splay-tree.c (splay_tree_foreach_helper): Remove arg `sp',
|
||||
|
|
2
opcodes/.gitignore
vendored
Normal file
2
opcodes/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/s390-mkopc
|
||||
/s390-opc.tab
|
|
@ -1,3 +1,7 @@
|
|||
2010-12-09 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* .gitignore: New file.
|
||||
|
||||
2010-11-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* po/es.po: Update.
|
||||
|
|
Loading…
Reference in a new issue