diff options
| author | Jiang Xin <worldhello.net@gmail.com> | 2026-03-19 17:08:47 +0800 |
|---|---|---|
| committer | Jiang Xin <worldhello.net@gmail.com> | 2026-03-20 09:31:04 +0800 |
| commit | cc10508b1888b75a30eeb7885080871065e79bf3 (patch) | |
| tree | bb4b41fe9caa57b3f804867a43659136df6a9e68 | |
| parent | f697d08df7419d5d6256d15028a8d0a42c39ff3c (diff) | |
| download | git-cc10508b1888b75a30eeb7885080871065e79bf3.tar.xz | |
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>
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
