diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -33,6 +33,7 @@ Makefile.in /config/install-sh /config/libdw.pc /config/libelf.pc +/config/libdebuginfod.pc /config/missing /config/test-driver /config/ylwrap @@ -43,6 +44,8 @@ Makefile.in /libcpu/*_gendis /libcpu/*_lex.c /libcpu/*_parse.[ch] +/debuginfod/debuginfod +/debuginfod/debuginfod-find /libdw/known-dwarf.h /po/*.gmo /po/*.pot @@ -76,8 +79,10 @@ Makefile.in /tests/*.trs /tests/addrcfi /tests/addrscopes +/tests/addsections /tests/aggregate_size /tests/alldts +/tests/all-dwarf-ranges /tests/allfcts /tests/allregs /tests/arextract @@ -92,6 +97,7 @@ Makefile.in /tests/asm-tst7 /tests/asm-tst8 /tests/asm-tst9 +/tests/attr-integrate-skel /tests/backtrace /tests/backtrace-child /tests/backtrace-child-biarch @@ -99,27 +105,35 @@ Makefile.in /tests/backtrace-dwarf /tests/buildid /tests/debugaltlink +/tests/debuginfod_build_id_find /tests/debuglink /tests/deleted +/tests/dwarfcfi +/tests/dwarf_default_lower_bound +/tests/dwarf-die-addr-die /tests/dwarf-getmacros /tests/dwarf-getstring /tests/dwarf-ranges +/tests/dwelf_elf_e_machine_string /tests/dwelfgnucompressed /tests/dwfl-addr-sect /tests/dwfl-bug-addr-overflow /tests/dwfl-bug-fd-leak /tests/dwfl-bug-getmodules /tests/dwfl-bug-report -/tests/dwfl-proc-attach -/tests/dwfl-report-elf-align /tests/dwfllines /tests/dwflmodtest +/tests/dwfl-proc-attach +/tests/dwfl-report-elf-align +/tests/dwfl-report-segment-contiguous /tests/dwflsyms /tests/early-offscn /tests/ecp +/tests/elfcopy /tests/elfgetchdr /tests/elfgetzdata /tests/elfputzdata +/tests/elfrdwrnop /tests/elfshphehdr /tests/elfstrmerge /tests/elfstrtab @@ -131,8 +145,11 @@ Makefile.in /tests/get-aranges /tests/get-files /tests/get-lines +/tests/getphdrnum /tests/get-pubnames /tests/getsrc_die +/tests/get-units-invalid +/tests/get-units-split /tests/hash /tests/line2addr /tests/low_high_pc @@ -140,6 +157,9 @@ Makefile.in /tests/newdata /tests/newfile /tests/newscn +/tests/next_cfi +/tests/next-files +/tests/next-lines /tests/peel_type /tests/rdwrmmap /tests/rerequest_tag @@ -156,12 +176,14 @@ Makefile.in /tests/test-nlist /tests/typeiter /tests/typeiter2 +/tests/unit-info /tests/update1 /tests/update2 /tests/update3 /tests/update4 /tests/varlocs -/tests/vendorelf /tests/vdsosyms +/tests/vendorelf +/tests/xlate_notes /tests/zstrptr /version.h |
