diff --git a/.gitignore b/.gitignore index 8eefadfa7c9..4cc22d88926 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,10 @@ # maven ignore target/ +*.jar +*.war +*.zip +*.tar +*.tar.gz # eclipse ignore .settings/ @@ -15,3 +20,6 @@ target/ # temp ignore *.log *.cache +*.diff +*.patch +*.tmp