diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 13:11:02 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 13:11:02 -0400 |
commit | 1273f1de52998cf54afb3445fd8c616bce53e698 (patch) | |
tree | 11ebd7f2521112fa67faa5fefe1690c8daa2768f /.gitignore | |
parent | b10c6dd631496df972177d8673d40d77bb441644 (diff) |
Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8de36e2c8..e9ab152b6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,10 @@ blib/* doc/.ikiwiki/* html/* ikiwiki.out +ikiwiki-transition.out +ikiwiki-calendar.out pm_to_blib *.man -build-stamp po/po2wiki_stamp po/underlays/*/*.mdwn po/underlays/basewiki/*/*.mdwn |