forked from Mirror/wren
Fix .gitignore (and add incorrectly ignored file!)
This commit is contained in:
18
.gitignore
vendored
18
.gitignore
vendored
@ -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/
|
||||
|
||||
Reference in New Issue
Block a user