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 <worldhello.net@gmail.com>
maint
Jiang Xin 2026-03-19 17:08:47 +08:00
parent f697d08df7
commit cc10508b18
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/GIT-TCLTK-VARS /GIT-TCLTK-VARS
/gitk-wish /gitk-wish
po/gitk.pot