Some new tests and one configure file weren't in .gitignore. Also
we made a copy of libelf.h in tests/ which should be an symlink.
* config/.gitignore: Add profile.fish.
* tests/.gitignore: Add funcretval_test_struct, libelf.h
and system-elf-gelf-test.
* tests/Makefile.am (libelf.h): Make symlink instead of copy.
Signed-off-by: Mark Wielaard <mark@klomp.org>
/missing
/profile.csh
/profile.sh
+/profile.fish
/test-driver
/ylwrap
/find-prologues
/funcretval
/funcretval_test++11
+/funcretval_test_struct
/funcscopes
/get-aranges
/get-files
/getphdrnum
/getsrc_die
/hash
+/libelf.h
/leb128
/line2addr
/low_high_pc
/showptable
/strptr
/system-elf-libelf-test
+/system-elf-gelf-test
/test-elf_cntl_gelf_getshdr
/test-flag-nobits
/test-nlist
BUILT_SOURCES = libelf.h
CLEANFILES += libelf.h
libelf.h: $(top_srcdir)/libelf/libelf.h
- cp $< $@
+ ln -s $< $@
if !INSTALL_ELFH
system_elf_libelf_test_CPPFLAGS =
system_elf_gelf_test_CPPFLAGS = -I.