diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2016-12-20 09:35:09 +0100 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2016-12-20 09:35:09 +0100 |
commit | 337247d56e3300d17301daa7fa3fbfb6084cd540 (patch) | |
tree | 3299b79b08ff2112c21f6a3d1b33ff18ce88f2f5 /.gitignore |
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4c2254 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +obj/ +mapcat +test/ |