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
parent
f697d08df7
commit
cc10508b18
|
|
@ -1,2 +1,3 @@
|
|||
/GIT-TCLTK-VARS
|
||||
/gitk-wish
|
||||
po/gitk.pot
|
||||
|
|
|
|||
Loading…
Reference in New Issue