diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:33:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:33:44 -0300 |
commit | a9a37b527531b0f1b576913535cd5772c9f992ed (patch) | |
tree | fa1fa46a172718a581b8eb55fe4e198fc12f61b8 | |
parent | TODOs.md: Add #task-37fb45fb-d5d8-5511-2bd3-ebd2c3fee891 (diff) | |
download | git-permalink-a9a37b527531b0f1b576913535cd5772c9f992ed.tar.gz git-permalink-a9a37b527531b0f1b576913535cd5772c9f992ed.tar.xz |
.gitignore: Remove specific prefix path for gettext tmpfiles
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /public/ /src/git-permalink -/doc/po/*.mo -/doc/po/*.po~ +*.mo +*.po~ /tests/remotes/ /tests/prefix/ /doc/*.1 |