Do not scan for garbage files
This commit is contained in:
parent
71bed6af97
commit
593f9490be
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
find data -name themes -prune -o -name scenarios -prune -o -name campaigns -prune -o -name '*.cfg' -print
|
||||
find data/scenarios/multiplayer data/scenarios/tutorial
|
||||
find data/scenarios/multiplayer data/scenarios/tutorial -name '*.cfg' -print
|
||||
echo data/themes/default.cfg
|
||||
|
|
Loading…
Add table
Reference in a new issue