view .hgignore @ 1045:61b94641cf99

A period with end before start is not meaningful. This is true for the subintervall, too.
author Tom Gottfried <tom@intevation.de>
date Thu, 08 Sep 2016 12:03:43 +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)