Mercurial > dive4elements > river
annotate .hgignore @ 9650:a2a42a6bac6b
Importer (s/u-info) extensions:
outer try/catch for parse and log of line no,
catching parsing exception if not enough value fields,
parsing error and warning log messages with line number,
detecting and rejecting duplicate data series,
better differentiation between error and warning log messages
author | mschaefer |
---|---|
date | Mon, 23 Mar 2020 14:57:03 +0100 |
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 |