[commit: packages/Win32] master: ignore dist/ and binary files (889be26)
git at git.haskell.org
git at git.haskell.org
Thu Jul 30 06:57:57 UTC 2015
Repository : ssh://git@git.haskell.org/Win32
On branch : master
Link : http://git.haskell.org/packages/Win32.git/commitdiff/889be26656eb5dc35230d7a0e6ab94bcfcac59d8
>---------------------------------------------------------------
commit 889be26656eb5dc35230d7a0e6ab94bcfcac59d8
Author: Heather <heather at live.ru>
Date: Mon Mar 16 12:07:49 2015 +0400
ignore dist/ and binary files
>---------------------------------------------------------------
889be26656eb5dc35230d7a0e6ab94bcfcac59d8
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index f1abef4..b4fc55f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
# Specific generated files
GNUmakefile
ghc.mk
+dist/
+*.hi
+*.o
+*.a
More information about the ghc-commits
mailing list