diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-10-11 22:06:11 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-10-11 22:06:11 +0300 |
commit | d57a4fc5e4e3f64e7c4afdbe6794a30d4924ab12 (patch) | |
tree | 68f392c7dfd1644b97a0eb20dc00af2274e42df8 /.gitignore | |
parent | 9f9263f563b5e531f1e15baa5410aec8276b9c47 (diff) | |
download | mywatch-d57a4fc5e4e3f64e7c4afdbe6794a30d4924ab12.tar.gz |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbaee1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/.stack-work +/dist +/dist-newstyle +cabal.*.local |