diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-04 21:10:42 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-07 14:19:34 +0000 |
commit | ea9915a550707dace8aaf8a5aab6c1c88918e8d5 (patch) | |
tree | 254936fa7745f94dd82cc85393653722d1637d9d /.gitignore | |
parent | f1abe3035cc237609dc4d20f3dd9c6e2484ef7a8 (diff) |
hush more kinds of file types
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e102c36fe650..a97b2d392d60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # backup and temporary files *~ .*.sw[op] +\#* # python generated file *.pyc @@ -58,6 +59,14 @@ /bin/repo-list /src.downloaded /ooo.lst +/intltool-extract.in +/intltool-merge.in +/intltool-update.in +/NEWS +/TODO +/README +/AUTHORS +/MAINTAINERS # misc /file-lists @@ -76,6 +85,7 @@ /tags /docs /autogen.save +TAGS /*/*.exe @@ -106,5 +116,10 @@ test/user-template/user/psprint/pspfontcache # libxslt debug memdump .memdump -#LibreOffice lock files +# LibreOffice lock files .~lock.*# + +# Everyone loves patching +*.patch +*.orig +*.rej |