From f6c984870605b5475e047e764facf0ee56768777 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Fri, 29 Nov 2013 16:20:44 -0800 Subject: [PATCH] Ignore scratch script. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2b84ba9..fd4fe69e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,8 @@ build/ # XCode user-specific stuff. xcuserdata/ -*.xccheckout \ No newline at end of file +*.xccheckout + +# I leave a temporary Wren script at the top level so that I can quickly test +# stuff. +scratch.wren