diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-18 03:41:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-18 03:41:28 -0300 |
commit | d10c573fb0f3fe49000f99098812658fe4a5e572 (patch) | |
tree | 87b407eccc89cb86fd740752424c43d3d8f03202 /game | |
parent | 956a3954b8bf0aab7731e0c41663c6ccd2019818 (diff) | |
download | renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.gz renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.bz2 renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.xz renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.zip |
Exclude a few more files
Diffstat (limited to 'game')
-rw-r--r-- | game/options.rpy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/game/options.rpy b/game/options.rpy index 0ad97a5..63b69c4 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -214,6 +214,8 @@ init python: build.classify('**.crt', None) build.classify('**.json', None) build.classify('**.diff', None) + build.classify('**.deb', None) + build.classify('**.tar.gz', None) build.classify('**/editor*', None) build.classify('game/cache/**', None) build.classify('game/saves/**', None) @@ -225,6 +227,7 @@ init python: build.classify('game/gfx/assets/**', None) build.classify('game/tl/login.txt', None) build.classify('game/tl/password.txt', None) + build.classify('game/tl/token.txt', None) ## These should not even exist, be sure! build.classify('music.bak/**', None) |