diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-28 10:06:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-08-28 10:06:03 +0200 |
commit | 86d9e9635a23c7ecfe2de7f440a6acce320067bc (patch) | |
tree | 49cdacfb0df096ddf14c3a9c0af8f0682cb67249 /.bzrignore | |
parent | 97c17a01c7722f08e0cebf938c12a010b96220b7 (diff) | |
parent | b01390eaa5750f28f258308b546f398ea5d89e3c (diff) |
merge with my po4a branch & update both pot's
Thanks again for the initial patch from KURASAWA Nozomu and
for the improvements and cleanups done by Nicolas François
to get po4a up and running for apt man page translations!
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore new file mode 100644 index 000000000..bad8837c6 --- /dev/null +++ b/.bzrignore @@ -0,0 +1,30 @@ +# temporary and backup files +*~ +*.bak +*.rej + +# buildrelated files/dirs +aclocal.m4 +autom4te.cache/ +build/ +configure + +# generated apt man pages +doc/*.1 +doc/*.5 +doc/*.8 +doc/*/*.1 +doc/*/*.5 +doc/*/*.8 +doc/*/apt.ent + +# ignore xml man page files generated by po4a +# older translation methods translate in this files +# so we can not ignore it for all translations now +doc/ja/*.xml + +# FIXME: files generated by deprecated sgml man pages +doc/es/manpage.links +doc/es/manpage.refs +doc/pt_BR/manpage.links +doc/pt_BR/manpage.refs |