initial commit

master
Yves Dubromelle 9 years ago committed by Gogs
commit 8c3494a403

26
.gitignore vendored

@ -0,0 +1,26 @@
# ---> Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# ---> Haskell
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/

File diff suppressed because one or more lines are too long

@ -0,0 +1,3 @@
# recipe-cost
Tiny Haskell helper script to calculate the cost of a recipe.
Loading…
Cancel
Save