Skip to content
Snippets Groups Projects
.hgignore 1 KiB
Newer Older
# OLAT .hgignore file
# Files and patterns that will be ignored by status, add and by
# implication checks unless locally overriden.
# see http://www.selenic.com/mercurial/hgignore.5.html

syntax: glob

# java deployment assets
*.class
*.jar

# mvn build trees
target/*

# deprecated scripting files
*.pl
*.php

# editor backup files
*~
*.bak
*.swp

# sundry useless files
*.out

# hg merge reject files
*.rej

# hg originals arising from reverts
*.orig

# CVS leftovers
CVS/*
.cvsignore

Alan Moran's avatar
Alan Moran committed
# Mac idiosyncrasies
.DS_Store

srosse's avatar
srosse committed
#ignore olat/.classpath file at this gets created by maven
.classpath
.project
srosse's avatar
srosse committed
src/main/resources/maven.build.properties
strentini's avatar
strentini committed

syntax: regexp
^olat3/\.settings$
syntax: regexp
^olat3/\.classpath$
syntax: regexp
rhaag's avatar
rhaag committed
^olat3/\.project$
syntax: regexp
^olat3/\.project$
syntax: regexp
rhaag's avatar
rhaag committed
^olat3/olat\.local\.properties$
syntax: regexp
^\.classpath$
syntax: regexp
^\.project$
syntax: regexp
^\.externalToolBuilders$
syntax: regexp
^olat\.local\.properties$