view .hgignore @ 913:adc0a47b7b9d

Sequences in bund schema have to be set to correct values. This is because the inheriting tables use these sequences too.
author Tom Gottfried <tom@intevation.de>
date Fri, 08 Apr 2016 12:32:34 +0200
parents 2fe625c91ab3
children 565c8a67034d
line wrap: on
line source
# use glob syntax.
syntax: glob

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

# 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)