Squashed 'external/ELFIO/' content from commit 94f7706
git-subtree-dir: external/ELFIO git-subtree-split: 94f7706b5325b2ad9872e4481278278592cf86c9
This commit is contained in:
+100
@@ -0,0 +1,100 @@
|
||||
autom4te.cache
|
||||
Debug
|
||||
Release
|
||||
.vs
|
||||
tmp/
|
||||
docs
|
||||
|
||||
tests/Debug
|
||||
tests/Release
|
||||
tests/ELFIOTest
|
||||
tests/ELFIOTest.exe
|
||||
tests/runELFtests.trs
|
||||
|
||||
|
||||
examples/ELFDump/Debug
|
||||
examples/anonymizer/anonymizer
|
||||
examples/anonymizer/anonymizer.exe
|
||||
examples/elfdump/elfdump
|
||||
examples/elfdump/elfdump.exe
|
||||
examples/tutorial/tutorial
|
||||
examples/tutorial/tutorial.exe
|
||||
examples/write_obj/write_obj
|
||||
examples/write_obj/write_obj.exe
|
||||
examples/writer/writer
|
||||
examples/writer/writer.exe
|
||||
|
||||
|
||||
# generated elf files
|
||||
tests/elf_examples/*_copy
|
||||
tests/elf_examples/*_copy.elf
|
||||
tests/elf_examples/elf_dummy_header_i386_32.elf
|
||||
tests/elf_examples/elf_dummy_header_i386_64.elf
|
||||
tests/elf_examples/elf_dummy_header_ppc_32.elf
|
||||
tests/elf_examples/elf_dummy_header_ppc_64.elf
|
||||
tests/elf_examples/write_exe_i386_32
|
||||
tests/elf_examples/write_exe_i386_32_w_addr
|
||||
tests/elf_examples/write_exe_i386_32_wo_addr
|
||||
tests/elf_examples/write_exe_i386_32_section_added
|
||||
tests/elf_examples/ppc-32bit-testcopy*.elf
|
||||
tests/elf_examples/null_section_inside_segment*
|
||||
tests/elf_examples/segment_containing_no_section*
|
||||
tests/elf_examples/test_symbols_order.elf
|
||||
tests/elf_examples/zavl_gen.ko
|
||||
|
||||
tests/elfio_fuzzer
|
||||
tests/corpus
|
||||
|
||||
examples/writer/hello_x86_64
|
||||
examples/write_obj/hello
|
||||
examples/c_wrapper/c_example
|
||||
examples/add_section/add_section
|
||||
examples/elfdump/elfdump.trs
|
||||
|
||||
# various unwanted files (backups, objects, cmake artifacts)
|
||||
*~
|
||||
*.o
|
||||
*.kate-swp
|
||||
*.swp
|
||||
.#*
|
||||
\#*#
|
||||
CMakeCache.txt
|
||||
CMakeSettings.json
|
||||
Makefile
|
||||
CMakeFiles
|
||||
/build*/
|
||||
out
|
||||
*.res
|
||||
|
||||
# autotools artifacts
|
||||
.deps
|
||||
config.status
|
||||
ELFIOTest/runELFtests.trs
|
||||
|
||||
# eclipse project files
|
||||
.settings
|
||||
.project
|
||||
.cproject
|
||||
.cdtproject
|
||||
.cdtbuild
|
||||
|
||||
# netbeans project files
|
||||
/dist/
|
||||
Makefile
|
||||
.dep.inc
|
||||
nbproject
|
||||
|
||||
# QtCreator project files
|
||||
CMakeLists.txt.user
|
||||
|
||||
# ignore all _ prefixed directories (usually used for generated directories)
|
||||
_*/
|
||||
|
||||
# Latex build output
|
||||
*.pdf
|
||||
*.log
|
||||
*.out
|
||||
*.aux
|
||||
*.bbl
|
||||
*.toc
|
||||
*.blg
|
||||
Reference in New Issue
Block a user