diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-17 22:22:38 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-17 22:22:38 -0400 |
commit | 780226fa442abda5cb5b1018e998f50e7985e908 (patch) | |
tree | 353b00372e2137e72236c5665293133114208277 /.gitignore | |
parent | 11d9810801baa3e9627e99f0a58ef0eedaeb5bae (diff) | |
download | html5ks-780226fa442abda5cb5b1018e998f50e7985e908.tar.xz html5ks-780226fa442abda5cb5b1018e998f50e7985e908.zip |
toolchain improvements
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |