mirror of https://github.com/apache/maven.git
o Adding eclipse excludes.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162699 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c5b34324e
commit
c6fbfedf09
|
@ -1 +1,4 @@
|
|||
maven.log
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
*~
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
*~
|
||||
*.log
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
*.ipr
|
||||
*.iws
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
*~
|
||||
*.log
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
*.ipr
|
||||
*.iws
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
*~
|
||||
*.log
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
*.ipr
|
||||
*.iws
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
*~
|
||||
*.log
|
||||
target
|
||||
.classpath
|
||||
.project
|
||||
*.ipr
|
||||
*.iws
|
||||
|
|
Loading…
Reference in New Issue