fix: correct .gitignore patterns to use leading slash and add missing pygments lexer file

This commit is contained in:
Bob Nystrom
2015-11-27 19:22:09 +00:00
parent 9f014948fa
commit ce2028302a
2 changed files with 91 additions and 9 deletions
+9 -9
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/