Update gitignore

files generated by eclipse m2e plugin and pmd plugin
This commit is contained in:
Andreas Dangel 2020-02-20 11:29:10 +01:00
parent 86cc64f3e0
commit 59e4be3648
6 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ bin/
.classpath
.checkstyle
.pmd
.pmdruleset.xml
.ruleset
.settings/
*.iml

1
pmd-core/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
pmd-java/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
pmd-test/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
pmd-vm/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

1
pmd-xml/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/