summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-07 06:05:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-02-07 06:05:25 (GMT)
commit51b996662bb5ac055cf9639eb0f0a1fc5876a4aa (patch)
tree6ae54faf68dde0e109d01f58f71618718f7e0ee1 /.gitignore
parent5fda343321f36384892061b21dcbe1d477145d2c (diff)
parent2c8921db2b86fa5153ce642c9dd285d9500117fc (diff)
downloadgit-51b996662bb5ac055cf9639eb0f0a1fc5876a4aa.zip
git-51b996662bb5ac055cf9639eb0f0a1fc5876a4aa.tar.gz
git-51b996662bb5ac055cf9639eb0f0a1fc5876a4aa.tar.bz2
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6fd61c7..7374587 100644
--- a/.gitignore
+++ b/.gitignore
@@ -229,3 +229,4 @@
*.pdb
/Debug/
/Release/
+*.dSYM