From f6742662ecac2b696056d6e4ff8bba3bbe1af2a4 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sun, 28 Jun 2020 12:29:40 +0200 Subject: [PATCH] Tell git to ignore files created during i18n preparation The 'pot' files are templates generated when we want to update the 'po' files against latest source code; the 'mo' files are compiled 'po' files to be installed --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index fc76e1c1..96eb11ce 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,16 @@ WindowMaker/Defaults/WMWindowAttributes WindowMaker/Defaults/WindowMaker WindowMaker/IconSets/Default.iconset +# These files are generated by the i18n process +/po/WindowMaker.pot +/po/*.mo +/WINGs/po/WINGs.pot +/WINGs/po/*.mo +/WPrefs.app/po/WPrefs.pot +/WPrefs.app/po/*.mo +/util/po/*.pot +/util/po/*.mo + # Some text editors generate backup files *~