Added gitignore for build files.

This commit is contained in:
Steve Sperandeo 2018-04-14 07:56:54 +00:00
parent be7b029bd2
commit 732051b21e
1 changed files with 26 additions and 0 deletions

26
.gitignore vendored Executable file
View File

@ -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