ELFIO/.gitignore

96 lines
1.8 KiB
Plaintext
Raw Normal View History

2014-11-13 17:02:22 +00:00
autom4te.cache
Debug
2015-09-26 10:03:17 +00:00
Release
2014-11-13 17:02:22 +00:00
ELFIO.sdf
ELFIO.v11.suo
ELFIO.opensdf
ELFIO.v12.suo
2015-08-22 17:06:31 +00:00
.vs
2020-06-10 06:52:46 +00:00
tmp/
2020-08-10 05:23:41 +00:00
docs
tests/Debug
tests/Release
tests/ELFIOTest.vcxproj.user
tests/ELFIOTest
tests/ELFIOTest.exe
tests/runELFtests.trs
2014-11-13 17:02:22 +00:00
examples/ELFDump/Debug
2017-02-20 17:53:56 +00:00
examples/anonymizer/anonymizer
examples/anonymizer/anonymizer.exe
2017-02-20 17:53:56 +00:00
examples/elfdump/elfdump
examples/elfdump/elfdump.exe
2017-02-20 17:53:56 +00:00
examples/tutorial/tutorial
examples/tutorial/tutorial.exe
2017-02-20 17:53:56 +00:00
examples/write_obj/write_obj
examples/write_obj/write_obj.exe
2017-02-20 17:53:56 +00:00
examples/writer/writer
examples/writer/writer.exe
2017-02-20 17:53:56 +00:00
2014-11-13 17:20:27 +00:00
# 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*
examples/writer/hello_x86_64
examples/write_obj/hello
2014-11-13 17:20:27 +00:00
2014-11-13 17:02:22 +00:00
# various unwanted files (backups, objects, cmake artifacts)
*~
*.o
*.kate-swp
*.swp
.#*
\#*#
CMakeCache.txt
Makefile
CMakeFiles
/build*/
*.res
# autotools artifacts
.deps
config.status
2017-03-04 22:25:31 +00:00
ELFIOTest/runELFtests.trs
2014-11-13 17:02:22 +00:00
# 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
2015-03-18 23:00:22 +00:00
*.blg
/examples/elfdump/ELFDump.vcxproj.user