From: Jiang Xin Date: Thu, 19 Mar 2026 09:08:47 +0000 (+0800) Subject: gitk: ignore generated POT file X-Git-Tag: v2.54.0-rc0~54^2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc10508b1888b75a30eeb7885080871065e79bf3;p=thirdparty%2Fgit.git gitk: ignore generated POT file "po/gitk.pot" is generated from the source for translation maintenance. Ignore it in the working tree so regenerating the template does not introduce unnecessary noise in `git status`. Signed-off-by: Jiang Xin --- diff --git a/.gitignore b/.gitignore index d7ebcaf366..15f96aad5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /GIT-TCLTK-VARS /gitk-wish +po/gitk.pot