From cc10508b1888b75a30eeb7885080871065e79bf3 Mon Sep 17 00:00:00 2001 From: Jiang Xin Date: Thu, 19 Mar 2026 17:08:47 +0800 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3-5-g45d5