Parcourir la source

fix(gitignore): ignore the etcd binary not everything

fixes a problem with go-etcd not being added to third_party
Brandon Philips il y a 13 ans
Parent
commit
a6b7b8ce3f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 src
 pkg
-etcd
+./etcd
 release_version.go