- Ignore po/git.pot which is autogenerated by a manual run of the Makefile. We're only interested in tracking the po/*.po files. - Ignore the /share/ directory. It's created during installation and contains gettext-related files to be installed. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- .gitignore | 1 + po/.gitignore | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 po/.gitignore diff --git a/.gitignore b/.gitignore index 14e2b6b..d22c0e5 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,4 @@ *.pdb /Debug/ /Release/ +/share/ diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..221000e --- /dev/null +++ b/po/.gitignore @@ -0,0 +1 @@ +/*.pot -- 1.7.1.248.gcd6d1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html