DKGL2 sample codes

.gitignore 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. *.xcscmblueprint
  39. # Python
  40. __pycache__/
  41. # PyCharm files
  42. .idea/workspace.xml
  43. .idea/dictionaries/
  44. # Sphinx documentation
  45. docs/_build/
  46. # project settings
  47. Build/
  48. # Visual Studio 2015 and later
  49. *.VC.db
  50. *.VC.opendb
  51. **/.vs/
  52. # separated workspace file inside xcodeproj
  53. **/*.xcodeproj/project.xcworkspace
  54. # DKGL symbolic link
  55. DK