diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..fb05ba10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# build output +build/ + +# intermediate output +**/Output/ +/test/**/*.yaml +!arch_spec_example.yaml +!architecture.yaml +/test/**/*.asm +.lit_test_times.txt +lit.cfg +*.dot + +# vscode config +.clangd +.cache +.vscode + +# misc \ No newline at end of file