diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-05-01 13:22:05 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-05-15 12:37:16 -0700 |
| commit | 723f766abb6ce73d1c0e9e0e1ccc34656737db32 (patch) | |
| tree | 87a7608e38651d9f35014b14b79dad33c9822d2f /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fb48b3a --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +dist +dist-* +cabal-dev +*.o +*.hi +*.hie +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +cabal.project.local~ +.HTF/ +.ghc.environment.* +*.lock +*_flymake.hs +TAGS +_cache +/dist +/dist-newstyle +/tests/dist +cabal.project.local +.cabal-sandbox/ +cabal.sandbox.config +.ghc.environment.* +.stack-work/ +stack.yaml.lock |
