diff options
author | EuAndreh <eu@euandre.org> | 2021-09-01 17:13:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-09-01 17:13:29 -0300 |
commit | d57b2b957a105c252cb57fb11469189d683f2bc6 (patch) | |
tree | 9b55224f8b6f8426dce25bb3364af337ccd5c712 /.gitignore | |
parent | Remove tests/install-uninstall.sh in favor of repocheck.sh (diff) | |
download | remembering-d57b2b957a105c252cb57fb11469189d683f2bc6.tar.gz remembering-d57b2b957a105c252cb57fb11469189d683f2bc6.tar.xz |
.gitignore: Add translation files
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,7 +9,9 @@ /run-tests /fallible* /vgcore.* -/doc/po/*.mo -/doc/po/*.po~ +*.mo +*.po~ /doc/*.1 /doc/*.5 +/README.*.md +/CHANGELOG.*.md |