Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c75c6891be7ed26e164c6011262c5b3c68b8e87b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/.project
/*/*/bin/
/bundles/*/fragments/*/bin/
*~
*.rej
*.bak
javacore.*
heapdump.*
core.*
Snap.*
.DS_Store

# maven
/*/*/target/
/bundles/org.eclipse.core.net/fragments/*/target/
/target/

Back to the top