diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-26 21:35:06 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-26 21:35:06 +0100 |
commit | 91c02ee3009aa40f697f16a306d973296ae82e23 (patch) | |
tree | e54b52910417fa4ec107a210d33c27b5c6572523 /.gitignore | |
download | tomato-hs-91c02ee3009aa40f697f16a306d973296ae82e23.tar.gz tomato-hs-91c02ee3009aa40f697f16a306d973296ae82e23.zip |
Initial import0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30d45fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +dist +dist-newstyle +*.o +*.hi +.ghc.environment.* +tomato.st + |