]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki.pm
Add rsync plugin, though the only rsync-specific thing about it is the
[ikiwiki.git] / IkiWiki.pm
index a11b330f2126a038f69678512e1a1ba2f2c238fb..2355c07807cbbd6c854002764c1b2e499208ed3e 100644 (file)
@@ -329,7 +329,7 @@ sub getsetup () {
                        qr/\.x?html?$/, qr/\.ikiwiki-new$/,
                        qr/(^|\/).svn\//, qr/.arch-ids\//, qr/{arch}\//,
                        qr/(^|\/)_MTN\//, qr/(^|\/)_darcs\//,
-                       qr/\.dpkg-tmp$/],
+                       qr/(^|\/)CVS\//, qr/\.dpkg-tmp$/],
                description => "regexps of source files to ignore",
                safe => 0,
                rebuild => 1,