# Everything here is in PERL regular expression syntax
# See man hgignore

# Ignore emacs temporaries
.*~$

# Ignore generated documentation
^doc/html/
^doc/latex/

# Ignore build directory
^build
