diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-23 02:51:00 -0700 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2014-03-23 02:51:00 -0700 |
commit | 43c6e0bf44953acdc108f508cd5a73570d897bf8 (patch) | |
tree | dd63f822cdf0562821d496516f1441eb0057d32d /.gitignore | |
download | siphash-43c6e0bf44953acdc108f508cd5a73570d897bf8.tar.gz siphash-43c6e0bf44953acdc108f508cd5a73570d897bf8.tar.xz |
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 |