diff options
author | duskCoder <duskcoder@gmail.com> | 2014-01-17 12:47:33 -0800 |
---|---|---|
committer | duskCoder <duskcoder@gmail.com> | 2014-01-17 12:47:33 -0800 |
commit | 393093577eda747c2d2facd9c77b4b2086c86366 (patch) | |
tree | a3fa558000e7bab618c325b93300c3690fdea097 /.gitignore |
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 |