aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-03-23 02:51:00 -0700
committerJP Aumasson <jeanphilippe.aumasson@gmail.com>2014-03-23 02:51:00 -0700
commit43c6e0bf44953acdc108f508cd5a73570d897bf8 (patch)
treedd63f822cdf0562821d496516f1441eb0057d32d /.gitignore
downloadsiphash-43c6e0bf44953acdc108f508cd5a73570d897bf8.tar.gz
siphash-43c6e0bf44953acdc108f508cd5a73570d897bf8.tar.xz
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