diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:25 -0800 |
commit | 51b996662bb5ac055cf9639eb0f0a1fc5876a4aa (patch) | |
tree | 6ae54faf68dde0e109d01f58f71618718f7e0ee1 /.gitignore | |
parent | 5fda343321f36384892061b21dcbe1d477145d2c (diff) | |
parent | 2c8921db2b86fa5153ce642c9dd285d9500117fc (diff) | |
download | git-51b996662bb5ac055cf9639eb0f0a1fc5876a4aa.tar.gz |
Merge branch 'sg/travis-specific-cc'
The travis CI scripts have been corrected to build Git with the
compiler(s) of our choice.
* sg/travis-specific-cc:
travis-ci: build with the right compiler
travis-ci: switch to Xcode 10.1 macOS image
travis-ci: don't be '--quiet' when running the tests
.gitignore: ignore external debug symbols from GCC on macOS
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6fd61c7272..7374587f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -229,3 +229,4 @@ *.pdb /Debug/ /Release/ +*.dSYM |