Prevent plugins/.gitignore from being installed
authormartin f. krafft <madduck@madduck.net>
Tue, 18 Mar 2008 16:39:06 +0000 (17:39 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 18 Mar 2008 16:58:09 +0000 (12:58 -0400)
commit36580186a03962d1aed67ae1553988a4eeda0e10
tree0b9405021ebed49bcfaf3c0f28fb3a78d29fe3ac
parenta98f624fc31eb3921ac762d4839278765029c100
Prevent plugins/.gitignore from being installed

I added a .gitignore file to plugins/ to ignore *.pyc files, and that
file is now being installed +x to /usr/lib/ikiwiki/plugins. This commit
prevents that by excluding all dot-files under plugins/ from the
install.

Signed-off-by: martin f. krafft <madduck@madduck.net>
Makefile.PL