public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
@ 2010-11-23  4:27 Mike Frysinger
  2010-12-03 21:38 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2010-11-23  4:27 UTC (permalink / raw)
  To: binutils

This seems to cover a few random targets as well as --enable-targets=all.

Not sure if I should split the /doc/* entries into the respective
doc/.gitignore subdir?

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 bfd/.gitignore       |   40 ++++++++++++++++++++++++++++++++++
 binutils/.gitignore  |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++
 gas/.gitignore       |    9 +++++++
 gprof/.gitignore     |    8 +++++++
 ld/.gitignore        |   16 +++++++++++++
 libiberty/.gitignore |    2 +
 opcodes/.gitignore   |    2 +
 7 files changed, 135 insertions(+), 0 deletions(-)
 create mode 100644 bfd/.gitignore
 create mode 100644 binutils/.gitignore
 create mode 100644 gas/.gitignore
 create mode 100644 gprof/.gitignore
 create mode 100644 ld/.gitignore
 create mode 100644 libiberty/.gitignore
 create mode 100644 opcodes/.gitignore

diff --git a/bfd/.gitignore b/bfd/.gitignore
new file mode 100644
index 0000000..3316133
--- /dev/null
+++ b/bfd/.gitignore
@@ -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
diff --git a/binutils/.gitignore b/binutils/.gitignore
new file mode 100644
index 0000000..1934ea0
--- /dev/null
+++ b/binutils/.gitignore
@@ -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
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/gprof/.gitignore b/gprof/.gitignore
new file mode 100644
index 0000000..28f9e80
--- /dev/null
+++ b/gprof/.gitignore
@@ -0,0 +1,8 @@
+/gprof
+
+/bsd_callg_bl.c
+/config.texi
+/flat_bl.c
+/fsf_callg_bl.c
+/gconfig.h
+/gprof.1
diff --git a/ld/.gitignore b/ld/.gitignore
new file mode 100644
index 0000000..a345bfb
--- /dev/null
+++ b/ld/.gitignore
@@ -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
diff --git a/libiberty/.gitignore b/libiberty/.gitignore
new file mode 100644
index 0000000..ca2fba5
--- /dev/null
+++ b/libiberty/.gitignore
@@ -0,0 +1,2 @@
+/required-list
+/xhost-mkfrag
diff --git a/opcodes/.gitignore b/opcodes/.gitignore
new file mode 100644
index 0000000..94ece5d
--- /dev/null
+++ b/opcodes/.gitignore
@@ -0,0 +1,2 @@
+/s390-mkopc
+/s390-opc.tab
-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
  2010-11-23  4:27 [PATCH] bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore Mike Frysinger
@ 2010-12-03 21:38 ` Mike Frysinger
  2010-12-09  9:03   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2010-12-03 21:38 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: Text/Plain, Size: 350 bytes --]

On Monday, November 22, 2010 23:25:09 Mike Frysinger wrote:
> This seems to cover a few random targets as well as --enable-targets=all.
> 
> Not sure if I should split the /doc/* entries into the respective
> doc/.gitignore subdir?

if people are OK/indifferent with this, i'll just merge the files as 
originally posted in a few days
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore
  2010-12-03 21:38 ` Mike Frysinger
@ 2010-12-09  9:03   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2010-12-09  9:03 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: Text/Plain, Size: 436 bytes --]

On Friday, December 03, 2010 16:33:23 Mike Frysinger wrote:
> On Monday, November 22, 2010 23:25:09 Mike Frysinger wrote:
> > This seems to cover a few random targets as well as --enable-targets=all.
> > 
> > Not sure if I should split the /doc/* entries into the respective
> > doc/.gitignore subdir?
> 
> if people are OK/indifferent with this, i'll just merge the files as
> originally posted in a few days

merged
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-09  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23  4:27 [PATCH] bfd/binutils/gas/gprof/ld/libiberty/opcodes: add .gitignore Mike Frysinger
2010-12-03 21:38 ` Mike Frysinger
2010-12-09  9:03   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).