diff options
author | Adam Roben <adam@roben.org> | 2013-11-26 20:09:39 -0800 |
---|---|---|
committer | Adam Roben <adam@roben.org> | 2013-11-26 20:09:39 -0800 |
commit | 759bcc3e6246e28a25c4c4f82c352a650ed0701f (patch) | |
tree | 495b488d566edfaef1b20006d2b02c95c049c5c0 | |
parent | 753c995244d967f527b7be6070889d8c1df54be2 (diff) | |
parent | c76bbb50c05c7729924620a65d4d9148d7b51d4d (diff) | |
download | gitignore-759bcc3e6246e28a25c4c4f82c352a650ed0701f.tar.gz gitignore-759bcc3e6246e28a25c4c4f82c352a650ed0701f.zip |
Merge pull request #875 from four04/add-common-linux-compile-file-extensions
C: Ignore Some Common File Extensions for Binaries on Linux
-rw-r--r-- | C.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/C.gitignore b/C.gitignore index 6a2f800a..4d40434d 100644 --- a/C.gitignore +++ b/C.gitignore @@ -18,4 +18,6 @@ *.exe *.out *.app +*.i*86 +*.x86_64 *.hex |