diff options
-rw-r--r-- | .gitignore | 30 |
1 files changed, 26 insertions, 4 deletions
@@ -20,6 +20,7 @@ Makefile.in /aclocal.m4 /autom4te.* /backends/*.map +/config.cache /config.h /config.h.in /config.log @@ -37,18 +38,39 @@ Makefile.in /elfutils.spec /libcpu/*_dis.h /libcpu/*.mnemonics -/libcpu/i386_gendis -/libcpu/i386_lex.c -/libcpu/i386_parse.c -/libcpu/i386_parse.h +/libcpu/*_gendis +/libcpu/*_lex.c +/libcpu/*_parse.[ch] /libdw/known-dwarf.h /po/*.gmo /po/*.pot +/po/[email protected] +/po/[email protected] +/po/Makevars.template +/po/POTFILES +/po/remove-potcdate.sed +/po/stamp-po +/src/addr2line +/src/ar +/src/elfcmp +/src/elflint +/src/findtextrel +/src/ld /src/ldlex.c /src/ldscript.c /src/ldscript.h +/src/make-debug-archive +/src/nm +/src/objdump +/src/ranlib +/src/readelf +/src/size +/src/stack +/src/strings +/src/strip +/src/unstrip /stamp-h1 /tests/*.log /tests/*.trs |