You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
857 B

  1. # Ignore generated files
  2. # ...
  3. # Ignore compiled binaries
  4. src/*.o
  5. src/*.exe
  6. examples/*.o
  7. examples/*.exe
  8. templates/*.exe
  9. # Ignore Android generated files and folders
  10. src_android/obj/
  11. templates/android_project/bin/
  12. templates/android_project/obj/
  13. templates/android_project/libs/
  14. # Ignore thumbnails created by windows
  15. Thumbs.db
  16. # Ignore files build by Visual Studio
  17. # *.obj --> Can be confused with 3d model!
  18. *.pdb
  19. *.aps
  20. *.vcproj.*.user
  21. *.vcxproj*
  22. *.sln
  23. *.vspscc
  24. *_i.c
  25. *.i
  26. *.icf
  27. *_p.c
  28. *.ncb
  29. *.suo
  30. *.tlb
  31. *.tlh
  32. *.bak
  33. *.cache
  34. *.ilk
  35. *.log
  36. [Bb]in
  37. [Dd]ebug/
  38. [Dd]ebug.win32/
  39. *.sbr
  40. *.sdf
  41. obj/
  42. [Rr]elease.win32/
  43. _ReSharper*/
  44. [Tt]est[Rr]esult*
  45. ipch/
  46. *.opensdf
  47. *.exe
  48. !tools/rrem.exe
  49. # Ignore files build by xcode
  50. *.mode*v*
  51. *.pbxuser
  52. *.xcbkptlist
  53. *.xcscheme
  54. *.xcworkspacedata
  55. *.xcuserstate
  56. *.xccheckout
  57. xcschememanagement.plist
  58. .DS_Store
  59. ._.*
  60. xcuserdata/
  61. DerivedData/