view .hgignore @ 885:e09c41d8eef3

There are only two clear-cut cases where 'fertig' should be set.
author Tom Gottfried <tom@intevation.de>
date Mon, 15 Feb 2016 12:01:54 +0100
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)