medit/.hgignore

39 lines
518 B
Plaintext
Raw Normal View History

2008-08-16 01:12:59 -05:00
syntax: glob
2009-01-13 19:19:47 -06:00
.git/
2008-08-16 01:12:59 -05:00
build/
2008-09-07 00:15:07 -05:00
*-old
2010-01-22 02:42:46 -08:00
*-old.c
2008-08-16 01:12:59 -05:00
*.orig
*.rej
*.bak
*.pyc
2009-11-14 11:57:35 -08:00
*.tmp
2010-02-16 02:34:01 -08:00
*.gmo
*.stamp
*-gxml.h
2008-08-16 01:12:59 -05:00
*~
2010-02-16 02:34:01 -08:00
*.a
2008-08-18 03:53:49 -05:00
.DS_Store
2008-08-16 01:12:59 -05:00
Makefile.in
2009-11-01 12:44:46 -08:00
*-enums.[ch]
2008-08-16 01:12:59 -05:00
.moo.mprj.session
2009-11-14 11:57:35 -08:00
*.ncb
*.suo
*.vcproj.*
2009-11-24 20:57:57 -08:00
vs/Debug/
vs/Release/
2010-01-22 00:31:20 -08:00
doc/help/*.html
doc/help.html
doc/help-sections.h
doc/medit.1
2010-02-16 02:34:01 -08:00
CMakeFiles/
Makefile
cmake_install.cmake
moo/mooedit/gtksourceview/*-mangled.*
2009-11-14 11:57:35 -08:00
2008-08-16 01:12:59 -05:00
syntax: regexp
^po(-gsv)?/(Makefile\.in\.in|dist|missing|notexist|pot|intltool-update)$
2008-08-22 23:20:57 -05:00
^moo/mooapp/mooapp-credits\.h
2008-08-18 03:53:49 -05:00
^moo/mooutils/stock-(moo|medit)\.h
2010-01-24 20:53:53 -08:00
^doc/(man-)?medit\.t2t$