summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore8
-rw-r--r--game/options.rpy4
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7bbfdbb..8884b07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,11 @@ tba/*
log.txt
traceback.txt
errors.txt
+
+# Ren'Py stuff
+lib/
+renpy/
+*.app/
+*.exe
+*.sh
+
diff --git a/game/options.rpy b/game/options.rpy
index e5b505d..2d7ef01 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -224,6 +224,10 @@ init python:
## These should not even exist, be sure!
build.classify('music.bak/**', None)
build.classify('backup.bak/**', None)
+ build.classify('rm.bak/**', None)
+ build.classify('oldjson.bak/**', None)
+ build.classify('ignored.bak/**', None)
+ build.classify('*.bak/**', None)
build.classify('old/**', None)
## To archive files, classify them as 'archive'.