1
0
forked from Mirror/wren
Files
wren/.gitignore
Bob Nystrom 9739bc7b30 Get rid of separate CODE_SUBCLASS instruction.
Just pushes null to indicate "inherits from Object". Unifies a
bit of code.
2014-01-26 17:25:38 -08:00

19 lines
334 B
Plaintext

# Intermediate files directory.
build/
build_xcode/
# Built applications.
wren
wrend
# XCode user-specific stuff.
xcuserdata/
*.xccheckout
# I leave a temporary Wren script at the top level so that I can quickly test
# stuff.
scratch.wren
# The baseline file is machine-specific, so doesn't get checked in.
benchmark/baseline.txt