Added 'elf' extension to C ignore as one of the output binary formats, synced C++ and C binary output

This commit is contained in:
codemeow 2020-04-10 12:41:26 +03:00
parent 994f99fc35
commit 3cf9ca19b1
2 changed files with 5 additions and 0 deletions

View File

@ -30,3 +30,7 @@
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
*.elf

View File

@ -35,6 +35,7 @@
*.i*86
*.x86_64
*.hex
*.elf
# Debug files
*.dSYM/