# This is precisely the same as .gitignore, but phaseA is commented out below, # because that's the directory used to deploy a release *~ *.swp *.swo *.out *.err *.bak .DS_Store *.log *.jarr playground/* # benchmark tools/benchmark/auto-report-programs/*.js tools/benchmark/TODO tools/benchmark/sandbox* tools/benchmark/nodelint* # docs docs/written/compiled docs/written/*.html docs/written/*/compiled docs/written/scribble* docs/written/*.css docs/compiled/ docs/generated/ docs/skeleton/ docs/test-harness/ docs/written/test-harness/ docs/written/index/ docs/*.arr.js build/docs # build/phaseA !build/phaseA/pyret.jarr build/phaseB build/phaseC build/bootstrapA build/bootstrapB build/bootstrapC build/pyretA.jarr build/pyretB.jarr build/release build/phaseA/program-require.js build/phaseA/program.js build/bundled-node-deps.js deps/closure-compiler node_modules/ *# .#* pyret.plt tests/pyret/*.arr.js tests/pyret/*.jarr tests/pyret/tests/*.arr.js tests/type-check/*/*.arr.js tests/pyret/regression/*.arr.js tests/pyret/bootstrap-tests/*.arr.js src/arr/compilerA/pyret-require.js src/arr/compilerA/pyret.jarr tests/pyret/standalone/importer-require.js tests/pyret/standalone/importer.jarr *.arr.js compiled/ .pyret-parley.*.pid .pyret-parley.*.lock