summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-18 03:41:28 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-18 03:41:28 -0300
commitd10c573fb0f3fe49000f99098812658fe4a5e572 (patch)
tree87b407eccc89cb86fd740752424c43d3d8f03202
parent956a3954b8bf0aab7731e0c41663c6ccd2019818 (diff)
downloadrenpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.gz
renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.bz2
renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.tar.xz
renpy-d10c573fb0f3fe49000f99098812658fe4a5e572.zip
Exclude a few more files
-rw-r--r--game/options.rpy3
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)