[commit: ghc] master: Update .gitignore (01b85a8)

git at git.haskell.org git at git.haskell.org
Tue Jan 14 09:46:50 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/01b85a8419fffe93707cc83968c40351b969cd34/ghc

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

commit 01b85a8419fffe93707cc83968c40351b969cd34
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Jan 13 06:33:50 2014 -0600

    Update .gitignore
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

01b85a8419fffe93707cc83968c40351b969cd34
 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 71c297a..57774d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,9 @@ Thumbs.db
 *.a
 *.o.cmd
 *.depend*
+*.dyn_o
+*.dyn_hi
+
 log
 tags
 



More information about the ghc-commits mailing list