aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDouglas-Richardson <Doug116654@gmail.com>2017-04-22 14:52:46 -0400
committerDouglas-Richardson <Doug116654@gmail.com>2017-04-22 14:52:46 -0400
commitaebda4ef57a98f51b2da792657ea0fd204f0cc9a (patch)
treef4d449214248581b50df70fa4f7c3bb71def0e4b /.gitignore
parent5e3bdbeeb4cf32a8a937f3e2f018eae4f4dda286 (diff)
Fiddled around with it for a bit
I mostly added a few safties onto the string-lenght and substring functions so they wouldn't cause a crash, but now somewhere there is some error where string-append is trying to append to something that isn't a string, but I have no idea where it is.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b917769..11dd018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,6 @@
# ignore racket compile files
*.dep
*.zo
+
+#ignore backup files
+*.bak \ No newline at end of file