diff options
author | Simon McVittie <smcv@debian.org> | 2016-12-19 15:33:28 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-12-19 18:21:07 +0000 |
commit | da395ac33cec337edcbaccd3c8631a948f029155 (patch) | |
tree | ad2595a61b2fb4fe1c2d844a784957d4aa5367ce /.gitignore | |
parent | 9cada49ed6ad24556dbe9861ad5b0a9f526167f9 (diff) | |
download | ikiwiki-da395ac33cec337edcbaccd3c8631a948f029155.tar ikiwiki-da395ac33cec337edcbaccd3c8631a948f029155.tar.gz |
Add a manual test for reverting git commits
Signed-off-by: Simon McVittie <smcv@debian.org>
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/ |