diff options
| author | TeroK <tero.k@granitedevices.fi> | 2013-10-17 04:18:22 -0700 |
|---|---|---|
| committer | TeroK <tero.k@granitedevices.fi> | 2013-10-17 04:18:22 -0700 |
| commit | 575c3105208ed61dd34769f7917533417899e998 (patch) | |
| tree | b17fab6501734c424722a2f9c7d2e2413293d09e /.gitignore | |
| download | SimpleMotionV2-575c3105208ed61dd34769f7917533417899e998.tar.gz SimpleMotionV2-575c3105208ed61dd34769f7917533417899e998.zip | |
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 |
