]> git.rkrishnan.org Git - functorrent.git/commitdiff
add gitignore file
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 06:02:19 +0000 (11:32 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 06:02:19 +0000 (11:32 +0530)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..53a1ed3
--- /dev/null
@@ -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