diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2009-12-08 19:41:57 -0600 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-12-09 10:56:43 +0200 |
commit | 171b03febfe09d9fae6ac8be6aa4518bcaf427d2 (patch) | |
tree | 0daede1d4409b61537c26b9eb99478faf337e91c /po | |
parent | Always rely on GCC's auto-import on Windows. (diff) | |
download | xz-171b03febfe09d9fae6ac8be6aa4518bcaf427d2.tar.xz |
update po/.gitignore
Since the *.gmo files are deleted by the maintainer-clean target,
I assume they are not meant to be tracked.
Also add the other files listed in the Makefile’s clean targets
(stamp-poT, xz.po, xz.[12].po, *.new.po, xz.mo) to make sure they
are not accidentally tracked. Most of these are intermediate
files that would not appear unless a build is interrupted or
fails.
Split the list of untracked files by origin to make it easier to
tell if files are missing in the future.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/.gitignore | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/po/.gitignore b/po/.gitignore index 5db2e666..d2017292 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,15 +1,31 @@ +# autopoint +Makefile.in.in +Makevars.template +Rules-quot boldquot.sed en@boldquot.header en@quot.header insert-header.sin -Makefile +quot.sed +remove-potcdate.sin + +# configure Makefile.in -Makefile.in.in -Makevars.template +Makefile POTFILES -quot.sed + +# intermediate files (make) +stamp-poT +xz.po +xz.1po +xz.2po +*.new.po + +# make remove-potcdate.sed -remove-potcdate.sin -Rules-quot +xz.mo stamp-po +*.gmo + +# cached templates (make) xz.pot |