Kaydet (Commit) ea9915a5 authored tarafından Michael Meeks's avatar Michael Meeks

hush more kinds of file types

üst f1abe303
# backup and temporary files # backup and temporary files
*~ *~
.*.sw[op] .*.sw[op]
\#*
# python generated file # python generated file
*.pyc *.pyc
...@@ -58,6 +59,14 @@ ...@@ -58,6 +59,14 @@
/bin/repo-list /bin/repo-list
/src.downloaded /src.downloaded
/ooo.lst /ooo.lst
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/NEWS
/TODO
/README
/AUTHORS
/MAINTAINERS
# misc # misc
/file-lists /file-lists
...@@ -76,6 +85,7 @@ ...@@ -76,6 +85,7 @@
/tags /tags
/docs /docs
/autogen.save /autogen.save
TAGS
/*/*.exe /*/*.exe
...@@ -106,5 +116,10 @@ test/user-template/user/psprint/pspfontcache ...@@ -106,5 +116,10 @@ test/user-template/user/psprint/pspfontcache
# libxslt debug memdump # libxslt debug memdump
.memdump .memdump
#LibreOffice lock files # LibreOffice lock files
.~lock.*# .~lock.*#
# Everyone loves patching
*.patch
*.orig
*.rej
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment