.gitignore 55 B

123456789
  1. bin/
  2. obj/
  3. *.user
  4. *.suo
  5. .vs
  6. x64/
  7. Release/
  8. Debug/
  9. build/