code_mm.code-workspace 807 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "*.mak": "makefile",
  10. },
  11. "files.exclude1": {
  12. "**/build": true,
  13. "**/gst*": true,
  14. "**/target*": true,
  15. "**/*.tar.xz": true,
  16. "**/.tmp_versions": true,
  17. "**/*.dwo": true,
  18. "**/*.ko.cmd": true,
  19. "**/*.o": true,
  20. "**/*.o.cmd": true,
  21. "**/doc": true,
  22. "**/nonos": true,
  23. "**/venc_driver*": true,
  24. "**/coda9": true,
  25. "**/output": true,
  26. "**/obj": true,
  27. "**/ffmpeg": true,
  28. "**/stream": true,
  29. "**/temp": true,
  30. "**/log": true,
  31. "**/code/yuv": true
  32. }
  33. }
  34. }