Просмотр исходного кода

fix(gitignore): ignore the etcd binary not everything

fixes a problem with go-etcd not being added to third_party
Brandon Philips 12 лет назад
Родитель
Сommit
a6b7b8ce3f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

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