Added gitignore for build files.
This commit is contained in:
parent
6f28f01603
commit
ef348b5760
|
|
@ -0,0 +1,26 @@
|
|||
/CMakeCache.txt
|
||||
/CMakeFiles/
|
||||
/CTestTestfile.cmake
|
||||
/Makefile
|
||||
/cmake_install.cmake
|
||||
/gmon.out
|
||||
/proto/auth.pb.cc
|
||||
/proto/auth.pb.h
|
||||
/proto/etcdserver.pb.cc
|
||||
/proto/etcdserver.pb.h
|
||||
/proto/kv.pb.cc
|
||||
/proto/kv.pb.h
|
||||
/proto/rpc.grpc.pb.cc
|
||||
/proto/rpc.grpc.pb.h
|
||||
/proto/rpc.pb.cc
|
||||
/proto/rpc.pb.h
|
||||
/src/CMakeFiles/
|
||||
/src/CTestTestfile.cmake
|
||||
/src/Makefile
|
||||
/src/cmake_install.cmake
|
||||
/src/libetcd-cpp-api.so
|
||||
/tst/CMakeFiles/
|
||||
/tst/CTestTestfile.cmake
|
||||
/tst/Makefile
|
||||
/tst/cmake_install.cmake
|
||||
/tst/etcd_test
|
||||
Loading…
Reference in New Issue