diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:33:58 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:33:58 +0800 |
commit | 0cfb826e842146a6e92b1bfb2da7b2b4428b7e09 (patch) | |
tree | 7f82921e2e6d4186539cd8a5d30a353b6ba9dd92 | |
parent | 7541b0cd0f2cb53f173e1b6ef02229fd6f64e224 (diff) | |
download | aptitude-0cfb826e842146a6e92b1bfb2da7b2b4428b7e09.tar.gz |
Include manual translations in .gitignore
-rw-r--r-- | doc/.gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index c3bea80d..83ba9795 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,13 +1,18 @@ Makefile Makefile.in -# Ignore translated files ... +# Ignore po4a translations ... /??/aptitude.xml /??/manpage.xml +/??/images/safety-cost-level-diagram.svg -# ... but not the originals +# ... but not the originals or manual translations !/en/aptitude.xml !/en/manpage.xml +!/en/images/safety-cost-level-diagram.svg +!/cs/aptitude.xml +!/fi/aptitude.xml +!/fi/manpage.xml # docbook.mk generates these docbook-stamp |