diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b54b830fd..5ddda1bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ ikiwiki.setup -Makefile +/Makefile Makefile.old blib/* /cover_db @@ -24,3 +24,5 @@ po/underlays/directives/ikiwiki/directive/*.mdwn po/underlays_copy_stamp underlays/locale /t/tmp/ +/t/manual/*/git/ +/t/manual/*/html/ |