No Description

.gitignore 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. *.sln.docstates
  7. # Visual C++ cache files
  8. ipch/
  9. *.aps
  10. *.ncb
  11. *.opensdf
  12. *.sdf
  13. *.cachefile
  14. # Visual Studio profiler
  15. *.psess
  16. *.vsp
  17. *.vspx
  18. # Backup & report files from converting an old project file to a newer
  19. # Visual Studio version. Backup files are not needed, because we have git ;-)
  20. _UpgradeReport_Files/
  21. Backup*/
  22. UpgradeLog*.XML
  23. UpgradeLog*.htm
  24. # Windows image file caches
  25. Thumbs.db
  26. ehthumbs.db
  27. # Folder config file
  28. Desktop.ini
  29. # Recycle Bin used on file shares
  30. $RECYCLE.BIN/
  31. # Mac desktop service store files
  32. .DS_Store
  33. # Xcode
  34. xcuserdata
  35. *.xccheckout
  36. *.moved-aside
  37. *.xcuserstate
  38. # Python
  39. __pycache__/
  40. # PyCharm files
  41. .idea/workspace.xml
  42. .idea/dictionaries/
  43. # Sphinx documentation
  44. docs/_build/
  45. # project settings
  46. Build/**
  47. # Visual Studio 2015 and later
  48. *.VC.db
  49. *.VC.opendb
  50. # separated workspace file inside xcodeproj
  51. **/*.xcodeproj/project.xcworkspace
  52. # DKGL symbolic link
  53. DK