view .hgignore @ 1237:e49c006b9076

Handle errors in OrtFactory and pass them to the client.
author Tom Gottfried <tom@intevation.de>
date Tue, 13 Dec 2016 20:06:57 +0100
parents 565c8a67034d
children
line wrap: on
line source
# use glob syntax.
syntax: glob

*.class
*.orig
.classpath
.gitignore
.factorypath
.gitignore
.project
*.swp
*.swo
*~
TAGS

# intellij support - ignore *.iml, .idea
.idea
*.iml

# switch to regexp syntax.
syntax: regexp
^target/
^.settings
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)