summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOded Gabbay <ogabbay@kernel.org>2022-11-06 08:56:07 +0200
committerOded Gabbay <ogabbay@kernel.org>2022-11-06 08:56:07 +0200
commitd60783590e2e8db944f015e09aaec3c97a54f844 (patch)
treea461dfde14545239173a47826b6fbbc6736879d5
parenta5ea8754cd76d92eb9c00dfd5355d8268bbcf41c (diff)
downloadconfigs-d60783590e2e8db944f015e09aaec3c97a54f844.tar.gz
add accel workspace file
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
-rw-r--r--worksapces/accel.code-workspace33
1 files changed, 33 insertions, 0 deletions
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