Преглед на файлове

Merge pull request #10360 from yaojingguo/ignore-file

gitignore: ignore build result and runtime files of raftexample
Gyuho Lee преди 7 години
родител
ревизия
400b568fd6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -13,6 +13,8 @@
 *.test
 hack/tls-setup/certs
 .idea
+/contrib/raftexample/raftexample
+/contrib/raftexample/raftexample-*
 
 # TODO: use dep prune
 # https://github.com/golang/dep/issues/120#issuecomment-306518546