Ignore build output directories and VS user files.

Moved from Hg to Git - from past tense to present tense. ;)
This commit is contained in:
Sean Fausett 2013-06-16 11:33:39 +12:00
parent 2b1fd8e65c
commit 6d0c8e7c54
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
bin/
obj/
*.cachefile
*.suo
*.user

View File

@ -1,2 +0,0 @@
relre:/(bin|obj)/
relre:\.(cachefile|suo|user|vs10x)$