Added 'elf' extension to C ignore as one of the output binary formats, synced C++ and C binary output
This commit is contained in:
parent
994f99fc35
commit
3cf9ca19b1
@ -30,3 +30,7 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.elf
|
||||
|
@ -35,6 +35,7 @@
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.elf
|
||||
|
||||
# Debug files
|
||||
*.dSYM/
|
||||
|
Loading…
Reference in New Issue
Block a user