medit/.hgignore
Yevgen Muntyan b48986c7f1 .hgignore
2010-01-24 20:53:53 -08:00

31 lines
412 B
Plaintext

syntax: glob
.git/
build/
*-old
*-old.c
*.orig
*.rej
*.bak
*.pyc
*.tmp
*~
.DS_Store
Makefile.in
*-enums.[ch]
.moo.mprj.session
*.ncb
*.suo
*.vcproj.*
vs/Debug/
vs/Release/
doc/help/*.html
doc/help.html
doc/help-sections.h
doc/medit.1
syntax: regexp
^po(-gsv)?/(Makefile\.in\.in|dist|missing|notexist|pot|intltool-update)$
^moo/mooapp/mooapp-credits\.h
^moo/mooutils/stock-(moo|medit)\.h
^doc/(man-)?medit\.t2t$