Files
wren/.gitignore
Bryan C e315ed9265 Fixed file locations for Visual Studio project
- Fixed source file locations for Visual Studio Solution
- Modified .gitignore to ignore Visual Studio cache files
2015-03-16 09:30:16 -04:00

33 lines
483 B
Plaintext

# Build outputs.
bin/
lib/
wren
# Intermediate files.
build/
.sass-cache/
# 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.
test/benchmark/baseline.txt
# Visual Studio cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates