diff options
author | Camil Staps | 2015-12-02 20:01:53 +0100 |
---|---|---|
committer | Camil Staps | 2015-12-02 20:01:53 +0100 |
commit | e66e337d363245e3d93008a43b5d03be6d05a602 (patch) | |
tree | cf3dc9eb2a9f0ba6c168b89562ce65f1b0137bd6 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a81cbc --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ + +# Specific executables +example |