39 lines
518 B
Plaintext
39 lines
518 B
Plaintext
syntax: glob
|
|
.git/
|
|
build/
|
|
*-old
|
|
*-old.c
|
|
*.orig
|
|
*.rej
|
|
*.bak
|
|
*.pyc
|
|
*.tmp
|
|
*.gmo
|
|
*.stamp
|
|
*-gxml.h
|
|
*~
|
|
*.a
|
|
.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
|
|
CMakeFiles/
|
|
Makefile
|
|
cmake_install.cmake
|
|
moo/mooedit/gtksourceview/*-mangled.*
|
|
|
|
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$
|