zeit/.hgignore
2015-09-26 19:52:38 +03:00

17 lines
152 B
Plaintext

# use glob syntax.
syntax: glob
*~
*.kdev4
*.pro.user*
*.txt.user*
Makefile
moc_*
# switch to regexp syntax.
syntax: regexp
^local$
^.kdev4$
^build$