Mercurial > dive4elements > river
annotate .hgignore @ 9415:9744ce3c3853
Rework of fixanalysis computation and dWt and WQ facets. Got rid of strange remapping and bitshifting code by explicitely saving the column information and using it in the facets.
The facets also put the valid station range into their xml-metadata
author | gernotbelger |
---|---|
date | Thu, 16 Aug 2018 16:27:53 +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 |