This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git
commit d1852b24b310f1474c6f03baac4c50a906b1f49b Author: ShannonDing <[email protected]> AuthorDate: Thu Jul 18 10:31:47 2019 +0800 Update git ignore --- .gitignore | 40 ++++++++++++++++++---------------------- 1 file changed, 18 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index a1c2a23..affd1fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,19 @@ -# Compiled class file -*.class - -# Log file -*.log - -# BlueJ files -*.ctxt - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # +.idea +build +build1 +target +*.dylib +*.so *.jar -*.war -*.nar -*.ear -*.zip -*.tar.gz -*.rar - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +*.class +.classpath +.project +.settings +.vscode +dist +cmake-build-debug +cmake-build-release +_build +bin +lib +*.iml
