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 45examples/writer/hello_x86_64 46examples/write_obj/hello 47examples/c_wrapper/c_example 48examples/add_section/add_section 49examples/elfdump/elfdump.trs 50 51# various unwanted files (backups, objects, cmake artifacts) 52*~ 53*.o 54*.kate-swp 55*.swp 56.#* 57\#*# 58CMakeCache.txt 59CMakeSettings.json 60Makefile 61CMakeFiles 62/build*/ 63out 64*.res 65 66# autotools artifacts 67.deps 68config.status 69ELFIOTest/runELFtests.trs 70 71# eclipse project files 72.settings 73.project 74.cproject 75.cdtproject 76.cdtbuild 77 78# netbeans project files 79/dist/ 80Makefile 81.dep.inc 82nbproject 83 84# QtCreator project files 85CMakeLists.txt.user 86 87# ignore all _ prefixed directories (usually used for generated directories) 88_*/ 89 90# Latex build output 91*.pdf 92*.log 93*.out 94*.aux 95*.bbl 96*.toc 97*.blg 98 99