* po/.gitignore: add Makefile.in.in~ to ignore list. --- po/.gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/po/.gitignore b/po/.gitignore index 428ee4f..dfb7772 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -1,6 +1,7 @@ /*.po /LINGUAS /Makefile.in.in +/Makefile.in.in~ /Makevars /Makevars.template /Rules-quot -- 2.2.1
