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/*

srosse
committed
cargo/*
# 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
#ignore olat/.classpath file at this gets created by maven
.classpath
.project

srosse
committed
src/main/java/maven.build.properties
syntax: regexp
^olat3/\.settings$
syntax: regexp
^olat3/\.classpath$
syntax: regexp
^olat3/\.project$
syntax: regexp
^olat3/\.project$
syntax: regexp
^olat3/olat\.local\.properties$
syntax: regexp
^\.classpath$
syntax: regexp
^\.project$
syntax: regexp
^\.externalToolBuilders$
syntax: regexp