--- .gitignore | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+)
diff --git a/.gitignore b/.gitignore index 1eda00b..7740453 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ .deps .glimpse_* =* +/version.h INSTALL Makefile Makefile.in @@ -36,7 +37,105 @@ config/ylwrap configure elfutils.spec libcpu/*_dis.h +/libcpu/*.mnemonics +/libcpu/*_gendis +/libcpu/*_lex.c +/libcpu/*_parse.[ch] +/libcpu/i386_parse.h +/lib*/*.so* libdw/known-dwarf.h +/po/POTFILES +/po/[email protected] +/po/[email protected] +/po/remove-potcdate.sed +/po/stamp-po po/[email protected] po/[email protected] +/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 +/tests/*.log +/tests/*.trs +/tests/addrcfi +/tests/addrscopes +/tests/alldts +/tests/allfcts +/tests/allregs +/tests/arextract +/tests/arls +/tests/arsymtest +/tests/asm-tst1 +/tests/asm-tst2 +/tests/asm-tst3 +/tests/asm-tst4 +/tests/asm-tst5 +/tests/asm-tst6 +/tests/asm-tst7 +/tests/asm-tst8 +/tests/asm-tst9 +/tests/backtrace +/tests/backtrace-child +/tests/backtrace-data +/tests/backtrace-dwarf +/tests/dwarf-getmacros +/tests/dwarf-getstring +/tests/dwfl-addr-sect +/tests/dwfl-bug-addr-overflow +/tests/dwfl-bug-fd-leak +/tests/dwfl-bug-getmodules +/tests/dwfl-bug-report +/tests/dwfl-report-elf-align +/tests/dwfllines +/tests/dwflmodtest +/tests/dwflsyms +/tests/early-offscn +/tests/ecp +/tests/find-prologues +/tests/funcretval +/tests/funcscopes +/tests/get-aranges +/tests/get-files +/tests/get-lines +/tests/get-pubnames +/tests/hash +/tests/line2addr +/tests/low_high_pc +/tests/md5-sha1-test +/tests/msg_tst +/tests/newfile +/tests/newscn +/tests/rdwrmmap +/tests/rerequest_tag +/tests/saridx +/tests/scnnames +/tests/sectiondump +/tests/show-abbrev +/tests/show-die-info +/tests/showptable +/tests/test-elf_cntl_gelf_getshdr +/tests/test-flag-nobits +/tests/test-nlist +/tests/typeiter +/tests/typeiter2 +/tests/update1 +/tests/update2 +/tests/update3 +/tests/update4 +/tests/varlocs stamp-h1 -- 1.9.0
