From 6a50d79523cf215001cdd55c74c040bd410775df Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sun, 6 Apr 2014 19:32:58 -0400 Subject: stuff --- .gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a7e93a4..0447cf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,16 @@ # ignore 'copyrighted' contents similar to emulators -/www/favicon.ico -/www/json -/www/dump -/rpy /ast2json/*.json* /ast2json/*.rpyc +/rpy +/www/dump +/www/favicon.ico +/www/json # generated files /Makefile.inc -/www/js/all.min.js* /node_modules +/www/index.html +/www/js/all.min.js* # generated nginx conf - see nginx.sh /nginx.gen.conf -- cgit v1.2.3-54-g00ecf