[commit: ghc] master: Add to .gitignore (e064f50)
git at git.haskell.org
git at git.haskell.org
Mon Jun 13 09:54:17 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e064f501d76c208ddab3c3be551ffe5167d7974f/ghc
>---------------------------------------------------------------
commit e064f501d76c208ddab3c3be551ffe5167d7974f
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Sun Jun 12 22:32:31 2016 +0100
Add to .gitignore
This adds
*.patch
*.stackdump (Windows)
foo* (simonpj uses foo* for junk files)
>---------------------------------------------------------------
e064f501d76c208ddab3c3be551ffe5167d7974f
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index cd556d5..1ca350b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@ Thumbs.db
*.orig
*.prof
*.rej
+*.patch
+*.stackdump
+foo*
*.hi
*.hi-boot
More information about the ghc-commits
mailing list