diff options
author | EuAndreh <eu@euandre.org> | 2025-05-17 08:01:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-17 08:04:12 -0300 |
commit | 0a31f4cf617a1c8b0ccce4d96d314c889dea849c (patch) | |
tree | 6d573eae2aa39dd6d6fce204789da99c56325ee1 /.gitignore | |
parent | Make: Use $< over $? (diff) | |
download | urubu-0a31f4cf617a1c8b0ccce4d96d314c889dea849c.tar.gz urubu-0a31f4cf617a1c8b0ccce4d96d314c889dea849c.tar.xz |
Setup i18n with gotext(0)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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 |