Improving which files to ignore in repository. Updating go.sum although for now it doesn't work very well due to a go mod bug.

This commit is contained in:
Renan DelValle 2018-12-28 09:01:49 -08:00
parent 733444645a
commit f7c1b26cfd
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View file

@ -4,3 +4,5 @@ debian/debhelper-build-stamp
debian/files
debian/australis.substvars
build/
dist/
.idea/

1
go.sum
View file

@ -1,4 +1,3 @@
git.apache.org/thrift.git v0.0.0-20181016064013-5c1ecb67cde4 h1:crM1vBe07qSmh3hRVFXp4/TCfWaQkayD6ZOlNbQYtvw=
git.apache.org/thrift.git v0.0.0-20181016064013-5c1ecb67cde4/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
git.apache.org/thrift.git v0.12.0 h1:692K1/SsOcQvkvMRMdt60FCq2AvKpuQNM6sIeH3mN4s=
git.apache.org/thrift.git v0.12.0/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=