Skip to content

Commit 7370f91

Browse files
Ulf HermannMark Wielaard
Ulf Hermann
authored and
Mark Wielaard
committed
Add missing tests to .gitignore
Some test binaries were missing and showed up in "git status". Signed-off-by: Ulf Hermann <[email protected]>
1 parent 34b037b commit 7370f91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Makefile.in
9393
/tests/asm-tst9
9494
/tests/backtrace
9595
/tests/backtrace-child
96+
/tests/backtrace-child-biarch
9697
/tests/backtrace-data
9798
/tests/backtrace-dwarf
9899
/tests/buildid
@@ -102,18 +103,26 @@ Makefile.in
102103
/tests/dwarf-getmacros
103104
/tests/dwarf-getstring
104105
/tests/dwarf-ranges
106+
/tests/dwelfgnucompressed
105107
/tests/dwfl-addr-sect
106108
/tests/dwfl-bug-addr-overflow
107109
/tests/dwfl-bug-fd-leak
108110
/tests/dwfl-bug-getmodules
109111
/tests/dwfl-bug-report
112+
/tests/dwfl-proc-attach
110113
/tests/dwfl-report-elf-align
111114
/tests/dwfllines
112115
/tests/dwflmodtest
113116
/tests/dwflsyms
114117
/tests/early-offscn
115118
/tests/ecp
119+
/tests/elfgetchdr
120+
/tests/elfgetzdata
121+
/tests/elfputzdata
122+
/tests/elfshphehdr
123+
/tests/elfstrmerge
116124
/tests/elfstrtab
125+
/tests/emptyfile
117126
/tests/find-prologues
118127
/tests/funcretval
119128
/tests/funcscopes
@@ -139,6 +148,7 @@ Makefile.in
139148
/tests/show-die-info
140149
/tests/showptable
141150
/tests/strptr
151+
/tests/system-elf-libelf-test
142152
/tests/test-elf_cntl_gelf_getshdr
143153
/tests/test-flag-nobits
144154
/tests/test-nlist
@@ -149,5 +159,7 @@ Makefile.in
149159
/tests/update3
150160
/tests/update4
151161
/tests/varlocs
162+
/tests/vendorelf
152163
/tests/vdsosyms
164+
/tests/zstrptr
153165
/version.h

0 commit comments

Comments
 (0)