Skip to content

Commit fb0afef

Browse files
author
Andreas Dann
committed
allow ecj.jar file
1 parent 6f62795 commit fb0afef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Created by https://www.gitignore.io/api/java,maven,eclipse,intellij
32
# Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij
43

@@ -190,4 +189,9 @@ buildNumber.properties
190189
.mvn/timing.properties
191190
.mvn/wrapper/maven-wrapper.jar
192191

193-
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij
192+
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij
193+
194+
195+
### allow the ecj and jdt core jar ###
196+
!src/test/resources/ecj-3.15.1.jar
197+
!src/test/resources/org.eclipse.jdt.core-3.15.0.jar

0 commit comments

Comments
 (0)