view .hgignore @ 1096:565c8a67034d

Ignore TAGS file.
author Tom Gottfried <tom@intevation.de>
date Fri, 14 Oct 2016 16:11:22 +0200
parents 2fe625c91ab3
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)