diff options
author | EuAndreh <eu@euandre.org> | 2025-05-11 07:58:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-11 07:58:03 -0300 |
commit | 04c91c40d548bb70062fcadeeeea37fd4319e066 (patch) | |
tree | e6c9c2d04de7544e5d3b0f2d48076c1da97a8975 /.gitignore | |
parent | src/gistatic.go: Add missing trailing newline to usage() output (diff) | |
download | gistatic-04c91c40d548bb70062fcadeeeea37fd4319e066.tar.gz gistatic-04c91c40d548bb70062fcadeeeea37fd4319e066.tar.xz |
Finish branches.html and setup i18n of manpages and HTML strings
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ -/src/version.go +!/doc/*.adoc +/doc/* +/po/*/*.mo +/src/meta.go /*.bin -/*.db /src/*.a /src/*.bin /src/*cgo* |