The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

53 lines
818B

  1. ._*
  2. *.mode1v3
  3. *.pbxuser
  4. *.perspectivev3
  5. *.user
  6. *.ncb
  7. *.suo
  8. *.ilk
  9. *.pch
  10. *.pdb
  11. *.dep
  12. *.idb
  13. *.manifest
  14. *.manifest.res
  15. *.o
  16. *.d
  17. *.sdf
  18. *.opensdf
  19. *.VC.opendb
  20. xcuserdata
  21. *.xccheckout
  22. contents.xcworkspacedata
  23. .DS_Store
  24. .svn
  25. profile
  26. **/MacOSX/build
  27. **/iOS/build
  28. **/Linux/build
  29. **/VisualStudio2005/Debug
  30. **/VisualStudio2005/Release
  31. **/VisualStudio2008/Debug
  32. **/VisualStudio2008/Release
  33. **/VisualStudio2010/Debug
  34. **/VisualStudio2010/Release
  35. **/VisualStudio2012/Debug
  36. **/VisualStudio2012/Release
  37. **/VisualStudio2013/Debug
  38. **/VisualStudio2013/Release
  39. **/VisualStudio2013/x64
  40. **/VisualStudio2015/Debug
  41. **/VisualStudio2015/Release
  42. **/VisualStudio2015/x64
  43. **/Android/bin
  44. **/Android/libs
  45. **/Android/gen
  46. **/Android/obj
  47. **/CodeBlocks/bin
  48. **/CodeBlocks/obj
  49. **/CodeBlocks/*.depend
  50. **/CodeBlocks/*.layout
  51. **/Builds/AndroidStudio
  52. doxygen/doc