mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-28 06:15:21 +00:00
ignored the generated elf files
This commit is contained in:
parent
39b67828a2
commit
c655d9bbca
8
.gitignore
vendored
8
.gitignore
vendored
@ -7,8 +7,16 @@ ELFIO.opensdf
|
|||||||
ELFIOTest/Debug
|
ELFIOTest/Debug
|
||||||
|
|
||||||
examples/ELFDump/Debug
|
examples/ELFDump/Debug
|
||||||
|
|
||||||
|
# generated elf files
|
||||||
elf_examples/*_copy
|
elf_examples/*_copy
|
||||||
elf_examples/*_copy.elf
|
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
|
||||||
|
|
||||||
/ELFIO.v12.suo
|
/ELFIO.v12.suo
|
||||||
ELFIOTest/ELFIOTest
|
ELFIOTest/ELFIOTest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user