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.

46 lines
668B

  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. xcuserdata
  20. *.xccheckout
  21. contents.xcworkspacedata
  22. .DS_Store
  23. .svn
  24. profile
  25. **/MacOSX/build
  26. **/iOS/build
  27. **/Linux/build
  28. **/VisualStudio2005/Debug
  29. **/VisualStudio2005/Release
  30. **/VisualStudio2008/Debug
  31. **/VisualStudio2008/Release
  32. **/VisualStudio2010/Debug
  33. **/VisualStudio2010/Release
  34. **/VisualStudio2012/Debug
  35. **/VisualStudio2012/Release
  36. **/VisualStudio2013/Debug
  37. **/VisualStudio2013/Release
  38. **/Android/bin
  39. **/Android/libs
  40. **/Android/gen
  41. **/Android/obj
  42. **/CodeBlocks/bin
  43. **/CodeBlocks/obj
  44. **/CodeBlocks/*.depend
  45. **/CodeBlocks/*.layout