From 9baab444a57c4a225ee247fea27187d1892d90bf Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan <bos@serpentine.com> Date: Wed, 25 Sep 2013 10:51:15 -0700 Subject: [PATCH] Add gitignore file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cef4194 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cabal-sandbox +cabal.sandbox.config +dist -- GitLab