From 0a31f4cf617a1c8b0ccce4d96d314c889dea849c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 17 May 2025 08:01:46 -0300 Subject: Setup i18n with gotext(0) --- .gitignore | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 44e1343..ba92f54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -/src/version.go +/doc/* +!/doc/*.en.*.adoc +/po/*/*.mo +/src/meta.go /*.bin -/*.db* /src/*.a /src/*.bin /src/*cgo* @@ -8,18 +10,11 @@ /tests/*.bin /tests/functional/*/*.a /tests/functional/*/*.bin -/tests/functional/*/*.go.db* /tests/fuzz/*/*.a /tests/fuzz/*/*.bin /tests/benchmarks/*/*.a /tests/benchmarks/*/*.bin /tests/benchmarks/*/*.txt /tests/fuzz/corpus/ - *.a *.bin -/src/urubu/cmd/*.bin - - - -spec/grammar/clexspec.json -- cgit v1.2.3