From 3556dc8bb959c97f26282337938f43f693cd8c71 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Tue, 3 Feb 2015 11:32:19 +0530 Subject: [PATCH] add gitignore file --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53a1ed3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# trivial gitignore file +.cabal-sandbox/ +cabal.sandbox.config +cabal-dev/ +.hpc/ +*.hi +*.chi +*.chi.h +*.o +*.p_hi +*.prof +*.tix +cabal.config +dist-sandbox +dist + +/Cabal/dist/ +/Cabal/tests/Setup +/Cabal/Setup + +/cabal-install/dist/ +/cabal-install/Setup + +# editor temp files + +*# +.#* +*~ +.*.swp + +# GHC build + +Cabal/GNUmakefile +Cabal/dist-boot/ +Cabal/dist-install/ +Cabal/ghc.mk + +# TAGS files + +TAGS +tags -- 2.37.2