aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTeroK <tero.k@granitedevices.fi>2013-10-17 04:18:22 -0700
committerTeroK <tero.k@granitedevices.fi>2013-10-17 04:18:22 -0700
commit575c3105208ed61dd34769f7917533417899e998 (patch)
treeb17fab6501734c424722a2f9c7d2e2413293d09e /.gitignore
downloadSimpleMotionV2-575c3105208ed61dd34769f7917533417899e998.tar.gz
SimpleMotionV2-575c3105208ed61dd34769f7917533417899e998.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
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