diff options
author | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 05:56:49 -0700 |
---|---|---|
committer | Joseph Werle <joseph.werle@gmail.com> | 2014-05-05 05:56:49 -0700 |
commit | 1a967e170724f9c0d7be3b7a88235c6a73297c67 (patch) | |
tree | d9046f8a358293b637653e2c674924eb3db44c98 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d40434 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex |