From 5300af31383ee271beb6b0dec45cb71c6cab1c64 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 10 Sep 2025 13:25:59 +0700 Subject: [PATCH] [strings] Add categories.txt to gitignore Signed-off-by: Konstantin Pastbin --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c895ffa8a..f91b69f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ data/patterns.txt* # data/colors_design.txt # data/patterns_design.txt +# Auto-generated from data/categories-strings/* by tools/unix/generate_categories.sh +data/categories.txt + # Compiled Python *.pyc