diff options
author | EuAndreh <eu@euandre.org> | 2021-06-25 13:08:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-25 13:08:30 -0300 |
commit | d6612c0f6e310d661a9fd9a4fe2bcec6711ba7ea (patch) | |
tree | 3180264f7ac0b2208e233bbc6f64dffb10986349 /.gitignore | |
parent | Release v0.2.2 (diff) | |
download | git-permalink-d6612c0f6e310d661a9fd9a4fe2bcec6711ba7ea.tar.gz git-permalink-d6612c0f6e310d661a9fd9a4fe2bcec6711ba7ea.tar.xz |
mv src/git-permalink.sh.in src/git-permalin.in
Mostly to avoid the conflict of the ".sh" built-in rule in the
Makefile.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /public/ -/src/git-permalink.sh +/src/git-permalink /doc/po/*.mo /doc/po/*.po~ /tests/remotes/ |