diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-21 20:50:27 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-21 20:50:27 -0700 |
| commit | cca4f50b0a1be626df69d588ce0fcf6e19409154 (patch) | |
| tree | 89908ffce9d24047d87066df3ab7de4f8476a05d | |
| parent | 4b26b3dc3fbd1af951308c4d71cc43daa1a7d4e9 (diff) | |
Added gitignore file
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c9e245 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +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.* |
