diff options
author | John Leo <leo@halfaya.org> | 2016-12-14 16:47:18 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 10:42:25 -0500 |
commit | fe5d68ad1ae5faaaf786f334edf251295195ef6d (patch) | |
tree | 578daa204e174232c9b0509a692e4e4f8b6146bb /.gitignore | |
parent | 27287c802010ddf4f5d633de6b61b40a50a38c64 (diff) | |
download | haskell-fe5d68ad1ae5faaaf786f334edf251295195ef6d.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f58d782755..270fd37e14 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ foo* *.dyn_o *.dyn_hi __pycache__ +*.SYMDEF* log tags |