[commit: packages/binary] master: Update .gitignore and .hgignore with cabal sandbox files (89fcbdb)

git at git.haskell.org git at git.haskell.org
Sun Dec 14 17:54:57 UTC 2014


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/89fcbdb7b35800805283cc1b9efda6024f7a4485

>---------------------------------------------------------------

commit 89fcbdb7b35800805283cc1b9efda6024f7a4485
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Sun May 11 15:06:37 2014 +0400

    Update .gitignore and .hgignore with cabal sandbox files


>---------------------------------------------------------------

89fcbdb7b35800805283cc1b9efda6024f7a4485
 .gitignore | 2 ++
 .hgignore  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 55b46d0..d69f072 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.p_hi
 *.prof
 *.tix
+*.swp
 .hpc/
 /benchmarks/bench
 /benchmarks/builder
@@ -13,3 +14,4 @@ dist-boot
 dist-install
 ghc.mk
 .cabal-sandbox
+cabal.sandbox.config
diff --git a/.hgignore b/.hgignore
index 8a876d7..f136aef 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,3 +3,5 @@ syntax: glob
 .*.swp
 *~
 \#*
+.cabal-sandbox
+cabal.sandbox.config



More information about the ghc-commits mailing list