From 780226fa442abda5cb5b1018e998f50e7985e908 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 17 Aug 2013 22:22:38 -0400 Subject: toolchain improvements --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 902d0ed..ef69786 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ # unrpyc built code /unrpyc/renpy +/unrpyc/*.json.gz /unrpyc/*.json.o /unrpyc/*.json /unrpyc/*.rpyc -# generated nginx conf +# generated nginx conf - see nginx.sh /nginx.gen.conf # ignore 'copyrighted' contents similar to emulators /www/scripts /www/dump /rpy + +# generated files +/www/*.appcache -- cgit v1.2.3-54-g00ecf