diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index b474b24c1..7d521d428 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ Makefile -blib/ -doc/.ikiwiki/ -html/ +blib/* +doc/.ikiwiki/* +html/* ikiwiki.out pm_to_blib |