.gitignore 734 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. # av-caster
  2. cppcheck-filtered
  3. dbg
  4. mk
  5. mk-clean
  6. mk-reset
  7. Builds/Makefile/.gdbinit
  8. Builds/Makefile/debug.log
  9. # nix
  10. *~
  11. *.kate-swp
  12. .kateproject*
  13. # win
  14. *Debug
  15. *Release
  16. *.ncb
  17. *.suo
  18. *.user
  19. [Tt]humbs.db
  20. *.DS_Store
  21. # c::b
  22. *.layout
  23. # juce
  24. ._*
  25. *.mode1v3
  26. *.pbxuser
  27. *.perspectivev3
  28. *.user
  29. *.ncb
  30. *.suo
  31. *.ilk
  32. *.pch
  33. *.pdb
  34. *.dep
  35. *.idb
  36. *.manifest
  37. *.manifest.res
  38. *.o
  39. *.d
  40. *.sdf
  41. *.opensdf
  42. *.VC.db
  43. *.VC.opendb
  44. xcuserdata
  45. *.xccheckout
  46. contents.xcworkspacedata
  47. .DS_Store
  48. .svn
  49. profile
  50. **/MacOSX/build
  51. **/iOS/build
  52. **/Makefile/build
  53. **/VisualStudio*/Debug
  54. **/VisualStudio*/Release
  55. **/VisualStudio*/x64
  56. **/Android*/bin
  57. **/Android*/libs
  58. **/Android*/gen
  59. **/Android*/obj
  60. **/CodeBlocks*/bin
  61. **/CodeBlocks*/obj
  62. **/CodeBlocks*/*.depend
  63. **/CodeBlocks*/*.layout