diff options
author | Simon McVittie <smcv@debian.org> | 2010-12-25 22:53:57 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-12-25 22:54:54 +0000 |
commit | 4ca0eb27437259d3daa64d883cd00b804d33c40a (patch) | |
tree | 91a80f1e2010bcb5ad95dee42f61a20ecb93de9b /.gitignore | |
parent | eb58b51bb0d006f8e81a8c8a2b9913a0d7d4087f (diff) | |
download | ikiwiki-4ca0eb27437259d3daa64d883cd00b804d33c40a.tar ikiwiki-4ca0eb27437259d3daa64d883cd00b804d33c40a.tar.gz |
extend the 'tag' test to cover auto-creation of tag pages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e9ab152b6..6b7efe5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ po/underlays/basewiki/*/*/*.mdwn po/underlays/directives/ikiwiki/directive/*.mdwn po/underlays_copy_stamp underlays/locale +/t/tmp/ |