Skip to content

Commit 11314b3

Browse files
committed
[fix] ignore temporary POMs
closes eXist-db#4694 Two POMs are created during packaging - exist-core-jcstress/depedency-reduced-pom.xml - exist-core-jmh/dependency-reduced-pom.xml These files are show up as untracked afterwards and might therefore be committed in error.
1 parent 67daa69 commit 11314b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ target/
55
.classpath
66
.project
77

8+
# quartz artefacts
9+
dependency-reduced-pom.xml
10+
811
# IDE specific files
912
.idea/*
1013
!/.idea/runConfigurations
@@ -13,3 +16,4 @@ target/
1316

1417
# OS specific files
1518
.DS_Store
19+

0 commit comments

Comments
 (0)