Skip to content

Commit

Permalink
.gitignore: Ignore *.dbg and *.elf files produced by Cosmo toolchain
Browse files Browse the repository at this point in the history
Issue #666 (bdwgc).
  • Loading branch information
ivmai committed Oct 9, 2024
1 parent d00b1af commit 0c86f66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# Binary files (in root dir, cord, tests):
*.a
*.dbg
*.dll
*.dylib
*.elf
*.exe
*.gcda
*.gch
Expand Down

0 comments on commit 0c86f66

Please sign in to comment.