diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-04-18 20:08:00 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-04-23 09:21:02 -0700 |
| commit | c72953df05259b20a7fc87117aefbbe284a376a1 (patch) | |
| tree | 1a1515d0ada2adcc07e32095e841c8c2d4a0f982 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rwxr-xr-x | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 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 |
