diff options
author | jslawinski | 2014-07-10 09:57:08 +0200 |
---|---|---|
committer | jslawinski | 2014-07-10 09:57:08 +0200 |
commit | 0a1cdeeaee850507777314b37aba4a9f331d785e (patch) | |
tree | eff7bd0ef1ddbe71473ecd5998bf581fd2db2664 /.gitignore | |
download | apf-0a1cdeeaee850507777314b37aba4a9f331d785e.tar.gz |
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 |