diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-14 22:07:20 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-14 22:07:20 +0000 |
commit | 3402bbc71d4492caff4098b9606a58ab18ab67c2 (patch) | |
tree | 4fe98ac24455da8e07188e4aa803abe05b79af14 /.gitignore | |
download | thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.gz thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.bz2 thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.tar.xz thermoprint-3402bbc71d4492caff4098b9606a58ab18ab67c2.zip |
First shot at basic structure
The planned webapp is missing for now.
`nix-build -A servant` fails because thermoprint does not seem to be
registered with ghc (see `echo 'import Thermoprint' | nix-shell -p
'ghci'`)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4a847d --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
/result | |||