syntax: regexp
# The recurrent (^|/) idiom in the regexps below should be understood
# to mean "at any directory" while the ^ idiom means "from the
# project's top-level directory".

(^|/)octave-(core|workspace)$
\.oct$
\.o$
fntests.log

# The following files are created during package build
^build/

# Emacs tools create these
(^|/)TAGS$
(^|/)semantic.cache$

# Other text editors often create these
(^|/)~.*
