summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorYoni Fogel <yoni@tokutek.com>2013-04-17 00:09:27 -0400
committerYoni Fogel <yoni@tokutek.com>2013-04-17 00:09:27 -0400
commitc72a7b75d53286f378013cbe5fff3aeb95fc188a (patch)
tree210f2a7649ef79f53256afaa6676b6d9bdb57cee /.gitignore
parent537ae0777cbb52dacc2d7f90d4be8dc7b961d8ea (diff)
downloadmariadb-git-c72a7b75d53286f378013cbe5fff3aeb95fc188a.tar.gz
Import .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000000..6e2df130644
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+# Compiled Object files
+*.slo
+*.lo
+*.o
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+
+# Libraries
+*.lib
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so.*
+
+# Executables
+*.exe
+*.out
+*.app
+
+*.py[cod]
+