Skip to content

Commit b74719a

Browse files
committed
Ignore 'target' folders in e4tools
Because in PDE we have packages that contain an element named 'target' we cannot generally ignore 'target'-folders and the patterns have to be more specific than usual.
1 parent f16299a commit b74719a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e4tools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# DO NOT ignore all 'target' folders in the repo-root because PDE has numerous packages with elements named 'target'
2+
target/

0 commit comments

Comments
 (0)