diff --git a/.gitignore b/.gitignore index 2318e11827c..2fc1b094efa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Package Files # *.jar +*.zip +*.tar.gz # see JDK-8214300 .attach_pid* @@ -10,6 +12,11 @@ hs_err_pid* # build targets target/ +# Log file +*.log +/logs +logs.zip + # Intellij Idea files .idea/ *.iml @@ -31,7 +38,6 @@ third-party-dependencies.txt dependency-reduced-pom.xml apidoc -*.tar.gz # Python *.py[cod]