diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-17 17:05:57 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-03-17 17:05:57 +0100 |
commit | 6086b2b2a250c066b713097ea70a08f9ae225692 (patch) | |
tree | 5478df440bfd517ad84245d46856052667e1c97d /.bzrignore | |
parent | 7e2b56a39618589e77ea8c73611ab0aae39aae7f (diff) |
The language directories for manpage building are now
autogenerated so we should ignore them.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/.bzrignore b/.bzrignore index c4cd052a7..7c4b11b10 100644 --- a/.bzrignore +++ b/.bzrignore @@ -22,12 +22,6 @@ abicheck/tests/ # generated files in the progress to build all # apt man pages and other documentation -doc/*.1 -doc/*.5 -doc/*.8 -doc/*/*.1 -doc/*/*.5 -doc/*/*.8 -doc/*/apt.ent -doc/*/*.xml -doc/*/*.sgml +./doc/*/ +!./doc/examples/ +!./doc/po/ |