Fix typo in .gitignore

Change-Id: Iae398d5fcfdf88777eea6af4ab478b2e359ae800
This commit is contained in:
Pallav Gupta 2020-05-20 16:07:49 -05:00
parent faaae536ce
commit b80ff608d0

2
.gitignore vendored
View File

@ -6,7 +6,7 @@
*.dylib *.dylib
bin/ bin/
# Test binary, build wiith `go test -c` # Test binary, build with `go test -c`
*.test *.test
*.example *.example