.gitignore 64 B

12345678
  1. # ide stuff
  2. *.sln
  3. *.vcxproj
  4. *.filters
  5. # object files
  6. *.o
  7. *.obj