Skip to content

Commit 759bcc3

Browse files
committed
Merge pull request #875 from four04/add-common-linux-compile-file-extensions
C: Ignore Some Common File Extensions for Binaries on Linux
2 parents 753c995 + c76bbb5 commit 759bcc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

C.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
*.exe
1919
*.out
2020
*.app
21+
*.i*86
22+
*.x86_64
2123
*.hex

0 commit comments

Comments
 (0)