From 33de036d4f068e97d98dbaf55535aadfb77a00e7 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Thu, 21 Sep 2017 23:27:51 +0200 Subject: First commit --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d861c7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +dist +dist-* +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +*.eventlog +.stack-work/ +cabal.project.local +.HTF/ +.ghc.environment.* \ No newline at end of file -- cgit v1.2.3