diff options
author | EuAndreh <eu@euandre.org> | 2025-05-10 16:37:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-10 16:39:40 -0300 |
commit | db8f4dca47a613716b90d7225841ba90513a773a (patch) | |
tree | 7718d7cdf81d0a8cf3abe8d9f544468738895d0b /.gitignore | |
parent | Setup Go skeleton (diff) | |
download | gotext-db8f4dca47a613716b90d7225841ba90513a773a.tar.gz gotext-db8f4dca47a613716b90d7225841ba90513a773a.tar.xz |
Setup manpage i18n
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +!/doc/*.adoc +/doc/* /src/version.go /*.bin /*.db |