[commit: ghc] master: Ignore tix files. (d1f17f5)

git at git.haskell.org git at git.haskell.org
Wed Jul 23 16:19:24 UTC 2014


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

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

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

commit d1f17f5dc71832a9cb2f6afe0efd99b76cfe53db
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Wed Jul 23 16:54:38 2014 +0100

    Ignore tix files.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

d1f17f5dc71832a9cb2f6afe0efd99b76cfe53db
 libraries/base/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/base/.gitignore b/libraries/base/.gitignore
index 3581b44..54bc34c 100644
--- a/libraries/base/.gitignore
+++ b/libraries/base/.gitignore
@@ -1,6 +1,7 @@
 *.o
 *.aux
 *.hi
+*.tix
 
 # Backup files
 *~



More information about the ghc-commits mailing list