diff options
author | Martin Miller | 2017-03-17 16:11:16 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-17 16:11:16 -0500 |
commit | d85338805b8bf4b617e617bf5dcb7e72084b76d9 (patch) | |
tree | e53fa37e1d454f41d814b636a8e0963f92c7133d | |
download | refslam-d85338805b8bf4b617e617bf5dcb7e72084b76d9.zip refslam-d85338805b8bf4b617e617bf5dcb7e72084b76d9.tar.gz |
Initial commit
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | Makefile | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed7471e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +bin/ +data/ +*.o diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Makefile |