diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-10-25 05:44:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-10-25 05:44:18 -0400 |
commit | c974774f1b3d22cb4cd04b33b753d2d7dee46873 (patch) | |
tree | 87cb55d0e9d7053fd7d8f01badc045171a753154 /.gitignore | |
parent | 9f1cd89bc2f33b1783bc300bc5eaebe4abcf393c (diff) | |
download | ikiwiki-c974774f1b3d22cb4cd04b33b753d2d7dee46873.tar ikiwiki-c974774f1b3d22cb4cd04b33b753d2d7dee46873.tar.gz |
fix ignores of subdirs
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 |