Mercurial > dive4elements > river
annotate .hgignore @ 9425:3f49835a00c3
Extended CrossSectionFacet so it may fetch different data from within the artifact result.
Also allows to have acces to the potentially already computed artifact result via its normal computation cache.
author | gernotbelger |
---|---|
date | Fri, 17 Aug 2018 15:31:02 +0200 |
parents | 273e7b017bbe |
children |
rev | line source |
---|---|
9030 | 1 syntax: regexp |
2 artifacts/target # maven output | |
3 artifacts/\.classpath # eclipse | |
4 artifacts/\.project # eclipse | |
5 artifacts/\.settings # eclipse | |
9140 | 6 artifacts/doc/artifactsdb |
7 artifacts/doc/datacagedb | |
8 artifacts/doc/cache | |
9 artifacts/build | |
9030 | 10 artifacts/test-output # eclipse junit/testng plugin output |
11 backend/target # maven output | |
12 backend/\.classpath # eclipse | |
13 backend/\.project # eclipse | |
14 backend/\.settings # eclipse | |
15 backend/test-output # eclipse junit/testng plugin output | |
16 gwt-client/target # maven output | |
17 gwt-client/\.classpath # eclipse | |
18 gwt-client/\.project # eclipse | |
19 gwt-client/\.settings # eclipse | |
20 gwt-client/test-output # eclipse junit/testng plugin output | |
21 gwt-client/src/main/webapp/OpenLayers-2.11 | |
22 gwt-client/SmartGWT/.* | |
23 etl/target # maven output | |
24 etl/\.classpath # eclipse | |
25 etl/\.project # eclipse | |
26 etl/\.settings # eclipse | |
27 etl/test-output # eclipse junit/testng plugin output | |
28 \.swp | |
29 \.swo | |
30 \.pyc | |
31 TAGS | |
32 syntax: glob | |
9141 | 33 .project |
34 .settings | |
9140 | 35 artifacts/doc/*.map |
36 artifacts/doc/*.log.* | |
37 artifacts/doc/*.log | |
9199
d177121fc95d
Ignore contents of folder shapefiles, because it contains runtime data
gernotbelger
parents:
9141
diff
changeset
|
38 artifacts/doc/shapefiles/* |
9212 | 39 artifacts/doc/conf/sinfo_tkh_sohlhoehen_Elbe.properties |
40 artifacts/doc/conf/sinfo_tkh_sohlhoehen_Rhein.properties |