From 129823c4997c65ad0ee711ab2fcfc91d00e6278c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 18 Apr 2021 13:41:38 -0400 Subject: .gitignore: Ignore generated .pot files. These files are automatically-extracted templates rather than source, hence shouldn't be checked in. * .gitignore: Add a glob pattern to ignore .pot files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fc8a859336..aeac63fe4d 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ /nix/config.h /nix/config.h.in /po/doc/*.mo +/po/doc/*.pot /po/guix/*.gmo /po/guix/*.insert-header /po/guix/*.mo -- cgit v1.2.3