mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
a few more exclusion patterns
This commit is contained in:
parent
bb4be3822e
commit
442cf328cb
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue