.gitignore

This commit is contained in:
Yevgen Muntyan 2009-01-13 19:19:47 -06:00
parent d761fb4e52
commit 8cd3c4481a
2 changed files with 34 additions and 12 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
*.orig
*.pyc
*.rej
*.bak
*~
Makefile.in
Makefile.am
build/
autom4te.cache/
.hg/
po*/dist
po*/intltool-update
po*/missing
po*/notexist
po*/pot
Makefile.in.in
*-old.*
*-old
moo/mooapp/mooapp-credits.h
.hgtags
.moo.mprj.session
aclocal.m4
compile
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
intltool-*.in
ltmain.sh
missing

View File

@ -1,5 +1,6 @@
syntax: glob syntax: glob
.git/
build/ build/
autom4te.cache/ autom4te.cache/
@ -35,17 +36,6 @@ syntax: regexp
^po(-gsv)?/(Makefile\.in\.in|dist|missing|notexist|pot|intltool-update)$ ^po(-gsv)?/(Makefile\.in\.in|dist|missing|notexist|pot|intltool-update)$
^Makefile\.am Makefile\.am
^medit/Makefile\.am
^moo/Makefile\.am
^moo/mooedit/Makefile\.am
^moo/mooedit/plugins/Makefile\.am
^moo/moopython/Makefile\.am
^moo/moopython/plugins/Makefile\.am
^moo/moopython/plugins/pyproject/Makefile\.am
^moo/moofileview/Makefile\.am
^moo/moolua/Makefile\.am
^moo/mooapp/Makefile\.am
^moo/mooapp/mooapp-credits\.h ^moo/mooapp/mooapp-credits\.h
^moo/mooutils/Makefile\.am
^moo/mooutils/stock-(moo|medit)\.h ^moo/mooutils/stock-(moo|medit)\.h