1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

.gitignore fixes

This commit is contained in:
Kevin Glynn 2010-10-23 10:00:57 +02:00
parent 3be0349115
commit 7ce2c1bb51
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
bin/ bin/
obj/ obj/
build/ build/
test-results/
*.csproj.user *.csproj.user
*.suo *.suo
*.bak *.bak

View File

@ -1,5 +1,5 @@
cs.tokens cs.tokens
csLexer.cs csLexer.cs
csParser.cs csParser.cs
SignatureExtracter.cs TemplateExtracter.cs
SignatureExtracter.tokens TemplateExtracter.tokens