1autom4te.cache 2Debug 3Release 4.vs 5tmp/ 6docs 7 8tests/Debug 9tests/Release 10tests/ELFIOTest 11tests/ELFIOTest.exe 12tests/runELFtests.trs 13 14 15examples/ELFDump/Debug 16examples/anonymizer/anonymizer 17examples/anonymizer/anonymizer.exe 18examples/elfdump/elfdump 19examples/elfdump/elfdump.exe 20examples/tutorial/tutorial 21examples/tutorial/tutorial.exe 22examples/write_obj/write_obj 23examples/write_obj/write_obj.exe 24examples/writer/writer 25examples/writer/writer.exe 26 27 28# generated elf files 29tests/elf_examples/*_copy 30tests/elf_examples/*_copy.elf 31tests/elf_examples/elf_dummy_header_i386_32.elf 32tests/elf_examples/elf_dummy_header_i386_64.elf 33tests/elf_examples/elf_dummy_header_ppc_32.elf 34tests/elf_examples/elf_dummy_header_ppc_64.elf 35tests/elf_examples/write_exe_i386_32 36tests/elf_examples/write_exe_i386_32_w_addr 37tests/elf_examples/write_exe_i386_32_wo_addr 38tests/elf_examples/write_exe_i386_32_section_added 39tests/elf_examples/ppc-32bit-testcopy*.elf 40tests/elf_examples/null_section_inside_segment* 41tests/elf_examples/segment_containing_no_section* 42tests/elf_examples/test_symbols_order.elf 43tests/elf_examples/zavl_gen.ko 44 45tests/elfio_fuzzer 46tests/corpus 47 48examples/writer/hello_x86_64 49examples/write_obj/hello 50examples/c_wrapper/c_example 51examples/add_section/add_section 52examples/elfdump/elfdump.trs 53 54# various unwanted files (backups, objects, cmake artifacts) 55*~ 56*.o 57*.kate-swp 58*.swp 59.#* 60\#*# 61CMakeCache.txt 62CMakeSettings.json 63Makefile 64CMakeFiles 65/build*/ 66out 67*.res 68 69# autotools artifacts 70.deps 71config.status 72ELFIOTest/runELFtests.trs 73 74# eclipse project files 75.settings 76.project 77.cproject 78.cdtproject 79.cdtbuild 80 81# netbeans project files 82/dist/ 83Makefile 84.dep.inc 85nbproject 86 87# QtCreator project files 88CMakeLists.txt.user 89 90# ignore all _ prefixed directories (usually used for generated directories) 91_*/ 92 93# Latex build output 94*.pdf 95*.log 96*.out 97*.aux 98*.bbl 99*.toc 100*.blg 101