1
0
forked from Mirror/wren

Fix .gitignore (and add incorrectly ignored file!)

This commit is contained in:
Bob Nystrom
2015-11-27 11:22:09 -08:00
parent cb0edd34b3
commit c46507d937
2 changed files with 91 additions and 9 deletions

18
.gitignore vendored
View File

@ -1,23 +1,23 @@
# Build outputs.
bin/
lib/
wren
/bin
/lib
/wren
# Intermediate files.
build/
deps/
.sass-cache/
/build
/deps
/.sass-cache
*.pyc
# I leave a temporary Wren script at the top level so that I can quickly test
# stuff.
scratch.wren
/scratch.wren
# The baseline file is machine-specific, so doesn't get checked in.
test/benchmark/baseline.txt
/test/benchmark/baseline.txt
# XCode user-specific stuff.
xcuserdata/
*.xccheckout
# Allow Visual Studio project files.
!wren/