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/
obj/
build/
test-results/
*.csproj.user
*.suo
*.bak

View File

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