diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-09 01:12:36 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-09 01:12:36 +0200 |
commit | f678145637ba6f42c36d07c19f8c764e5d537f72 (patch) | |
tree | 3e8578900501968de7404131a89e8e063dd0f12e /.gitignore | |
download | hmacaroons-f678145637ba6f42c36d07c19f8c764e5d537f72.tar.gz hmacaroons-f678145637ba6f42c36d07c19f8c764e5d537f72.tar.zst hmacaroons-f678145637ba6f42c36d07c19f8c764e5d537f72.zip |
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..05d4d64 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | .cabal-sandbox/ | ||
2 | cabal.sandbox.config | ||
3 | dist/ | ||