diff options
author | duskCoder <duskcoder@gmail.com> | 2013-12-17 07:55:58 -0800 |
---|---|---|
committer | duskCoder <duskcoder@gmail.com> | 2013-12-17 07:55:58 -0800 |
commit | 8038133532191cf2869972abf2c087fdf1cdb062 (patch) | |
tree | 47e775a25e94c94f06ce6b1031b82e2aa906fda1 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa3b1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app |