From: Ramakrishnan Muthukrishnan Date: Tue, 3 Feb 2015 06:02:19 +0000 (+0530) Subject: add gitignore file X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=commitdiff_plain;h=3556dc8bb959c97f26282337938f43f693cd8c71 add gitignore file --- 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