From d60783590e2e8db944f015e09aaec3c97a54f844 Mon Sep 17 00:00:00 2001 From: Oded Gabbay Date: Sun, 6 Nov 2022 08:56:07 +0200 Subject: add accel workspace file Signed-off-by: Oded Gabbay --- worksapces/accel.code-workspace | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 worksapces/accel.code-workspace diff --git a/worksapces/accel.code-workspace b/worksapces/accel.code-workspace new file mode 100644 index 0000000..cf5ccd5 --- /dev/null +++ b/worksapces/accel.code-workspace @@ -0,0 +1,33 @@ +{ + "folders": [ + { + "path": "../trees/accel" + } + ], + "settings": { + "files.exclude": { + "**/build_dir": true, + "**/arch/alpha": true, + "**/arch/arc": true, + "**/arch/arm": true, + "**/arch/arm64": true, + "**/arch/csky": true, + "**/arch/hexagon": true, + "**/arch/ia64": true, + "**/arch/loongarch": true, + "**/arch/m68k": true, + "**/arch/microblaze": true, + "**/arch/mips": true, + "**/arch/nios2": true, + "**/arch/openrisc": true, + "**/arch/parisc": true, + "**/arch/powerpc": true, + "**/arch/riscv": true, + "**/arch/s390": true, + "**/arch/sh": true, + "**/arch/sparc": true, + "**/arch/um": true, + "**/arch/xtensa": true + } + } +} \ No newline at end of file -- cgit 1.2.3-korg