Browse Source

fix(gitignore): ignore the etcd binary not everything

fixes a problem with go-etcd not being added to third_party
Brandon Philips 12 years ago
parent
commit
a6b7b8ce3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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