diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-04-12 15:16:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-12 15:16:11 +0100 |
commit | b154dcce7059e4e02f8798db158b6a76ffc4a63e (patch) | |
tree | 7dd532785871d1a69a721b6e18965ae9caec2097 /.gitignore | |
parent | d5b1afd3cc786e56a90cec910b79815ed3b23cc7 (diff) | |
parent | fc0bf7f9ccee01257879565fe36c13306408f843 (diff) | |
download | go-git-b154dcce7059e4e02f8798db158b6a76ffc4a63e.tar.gz |
Merge pull request #739 from pjbgf/fix-ci
ci: Fix upstream git build for master branch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,4 +2,5 @@ coverage.out *~ coverage.txt profile.out -.tmp/
\ No newline at end of file +.tmp/ +.git-dist/ |