a few more exclusion patterns

This commit is contained in:
Jon Dowland 2006-09-18 15:01:05 +00:00
parent bb4be3822e
commit 442cf328cb

View file

@ -13,6 +13,7 @@ class AtticMe < File
/\.$/, /\.svn/, /\.txt$/i, /\.bmp$/i, /\.$/, /\.svn/, /\.txt$/i, /\.bmp$/i,
"Makefile", /aoddoom_skeletons/, /\.mid$/, "Makefile", /aoddoom_skeletons/, /\.mid$/,
/dummy/, "fakedemo.lmp", "misc-lumps", /dummy/, "fakedemo.lmp", "misc-lumps",
"blank.gif", "nomonst.gif", "titlepic",
] ]
def AtticMe.main def AtticMe.main