diff options
author | Simon McVittie <smcv@debian.org> | 2016-01-21 09:51:58 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-01-21 09:52:44 +0000 |
commit | 193129d0b04a1a7cdb2874cdf70aa6551f2fc330 (patch) | |
tree | 072179bd05093f856bf199828fd4a736222266ce /.gitignore | |
parent | 0cc21b69e44ee3e8165cf50c5576b4e18ad51606 (diff) | |
download | ikiwiki-193129d0b04a1a7cdb2874cdf70aa6551f2fc330.tar ikiwiki-193129d0b04a1a7cdb2874cdf70aa6551f2fc330.tar.gz |
.gitignore: ignore the l10n wiki
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 77c0b3dcc..b54b830fd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,9 @@ pm_to_blib /MYMETA.yml *.man /po/cover_db +/po/html/ po/po2wiki_stamp +/po/underlays/.ikiwiki po/underlays/*/*.mdwn po/underlays/basewiki/*/*.mdwn po/underlays/basewiki/*/*/*.mdwn |