[commit: ghc] master: Add entry to .gitignore to for __.SYMDEF_SORTED (fe5d68a)

git at git.haskell.org git at git.haskell.org
Thu Dec 15 15:43:37 UTC 2016


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

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

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

commit fe5d68ad1ae5faaaf786f334edf251295195ef6d
Author: John Leo <leo at halfaya.org>
Date:   Wed Dec 14 16:47:18 2016 -0500

    Add entry to .gitignore to for __.SYMDEF_SORTED
    
    libraries/integer-gmp/gmp/objs/__.SYMDEF SORTED is created by Mac OS
    builds.
    
    Test Plan: validate
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2840


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

fe5d68ad1ae5faaaf786f334edf251295195ef6d
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f58d782..270fd37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ foo*
 *.dyn_o
 *.dyn_hi
 __pycache__
+*.SYMDEF*
 
 log
 tags



More information about the ghc-commits mailing list