[commit: packages/bytestring] ghc-head: Add some ignore files for hg and git (4d24356)

git at git.haskell.org git at git.haskell.org
Thu Aug 29 10:18:56 CEST 2013


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

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/bytestring.git;a=commit;h=4d24356f34a5dd8e6340ec6325d7cf9c71f468fa

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

commit 4d24356f34a5dd8e6340ec6325d7cf9c71f468fa
Author: Bryan O'Sullivan <bos at serpentine.com>
Date:   Wed Feb 20 20:34:22 2013 -0800

    Add some ignore files for hg and git


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

4d24356f34a5dd8e6340ec6325d7cf9c71f468fa
 .hgignore        |    2 ++
 tests/.gitignore |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..c292536
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,2 @@
+^(?:cabal-dev|dist|tests/cabal-dev|tests/dist)$
+.*(?:\.orig|\.rej|~)$
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..0f51d01
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,2 @@
+cabal-dev
+dist





More information about the ghc-commits mailing list