ELFIO/.gitignore
2020-06-09 23:52:46 -07:00

92 lines
1.7 KiB
Plaintext

autom4te.cache
Debug
Release
ELFIO.sdf
ELFIO.v11.suo
ELFIO.opensdf
ELFIO.v12.suo
.vs
tmp/
ELFIOTest/Debug
ELFIOTest/Release
ELFIOTest/ELFIOTest.vcxproj.user
ELFIOTest/ELFIOTest
ELFIOTest/ELFIOTest.exe
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
elf_examples/*_copy
elf_examples/*_copy.elf
elf_examples/elf_dummy_header_i386_32.elf
elf_examples/elf_dummy_header_i386_64.elf
elf_examples/elf_dummy_header_ppc_32.elf
elf_examples/elf_dummy_header_ppc_64.elf
elf_examples/write_exe_i386_32
elf_examples/write_exe_i386_32_w_addr
elf_examples/write_exe_i386_32_wo_addr
elf_examples/write_exe_i386_32_section_added
elf_examples/ppc-32bit-testcopy*.elf
elf_examples/null_section_inside_segment*
elf_examples/segment_containing_no_section*
# various unwanted files (backups, objects, cmake artifacts)
*~
*.o
*.kate-swp
*.swp
.#*
\#*#
CMakeCache.txt
Makefile
CMakeFiles
/build*/
*.res
# autotools artifacts
.deps
config.status
ELFIOTest/runELFtests.trs
test-driver
# 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
/examples/elfdump/ELFDump.vcxproj.user