From d43e5e0d2bda90b7afde578dc5a8695715ae3c18 Mon Sep 17 00:00:00 2001 From: heyanlong Date: Mon, 1 Apr 2019 10:58:16 +0800 Subject: [PATCH] gitignore --- .gitignore | 77 +++++++++++++++++++++++++++++------------------------- config.m4 | 2 -- 2 files changed, 42 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index faa3a55..bfdbc77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,49 @@ .deps +.DS_Store .idea cmake-build-debug CMakeLists.txt -src/grpc/* -configure.ac -skywalking.loT -.idea +/src/grpc/* +/src/report/deps/boost/bin.v2 +/src/report/deps/boost/b2 +/src/report/deps/boost/bjam +/src/report/deps/boost/bootstrap.log +/src/report/deps/boost/project-config.jam +/src/report/report_client +/configure.ac +/skywalking.loT *.lo *.la .libs -acinclude.m4 -aclocal.m4 -autom4te.cache -build -config.guess -config.h -config.h.in -config.log -config.nice -config.status -config.sub -configure -configure.in -include -install-sh -libtool -ltmain.sh -Makefile -Makefile.fragments -Makefile.global -Makefile.objects -missing -mkinstalldirs -modules -run-tests.php -tests/*/*.diff -tests/*/*.out -tests/*/*.php -tests/*/*.exp -tests/*/*.log -tests/*/*.sh +/acinclude.m4 +/aclocal.m4 +/autom4te.cache +/build +/config.guess +/config.h +/config.h.in~ +/config.h.in +/config.log +/config.nice +/config.status +/config.sub +/configure +/configure.in +/include +/install-sh +/libtool +/ltmain.sh +/Makefile +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/run-tests.php +/tests/*/*.diff +/tests/*/*.out +/tests/*/*.php +/tests/*/*.exp +/tests/*/*.log +/tests/*/*.sh diff --git a/config.m4 b/config.m4 index 5cb06bb..4aac16b 100644 --- a/config.m4 +++ b/config.m4 @@ -60,8 +60,6 @@ dnl ) mv src/grpc/KeyWithStringValue.grpc.pb.cc src/grpc/KeyWithStringValue-grpc.pb.cc mv src/grpc/NetworkAddressRegisterService.grpc.pb.cc src/grpc/NetworkAddressRegisterService-grpc.pb.cc mv src/grpc/TraceSegmentService.grpc.pb.cc src/grpc/TraceSegmentService-grpc.pb.cc - mv src/grpc/common/common.grpc.pb.cc src/grpc/common/common-grpc.pb.cc - mv src/grpc/register/Register.grpc.pb.cc src/grpc/register/Register-grpc.pb.cc ) PHP_EVAL_LIBLINE($KYWALKING_LIBS, SKYWALKING_SHARED_LIBADD) -- GitLab