diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-06-14 20:35:08 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-06-14 20:35:08 +0200 |
commit | e92c82e2c9ff541cd321ad7a8aedcf34e615197c (patch) | |
tree | fd07d24164450f25a224eb593922e4a4926d062b /.gitignore | |
download | pesto-e92c82e2c9ff541cd321ad7a8aedcf34e615197c.tar.gz pesto-e92c82e2c9ff541cd321ad7a8aedcf34e615197c.tar.bz2 pesto-e92c82e2c9ff541cd321ad7a8aedcf34e615197c.zip |
First public version
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..8386848 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.sw? +cabal.sandbox.config +.cabal-sandbox/ +_build/index.html |