From 0a2ac692509fcde1cab4d9ca79fadd34729148a7 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sat, 18 Jan 2025 18:37:09 +0100 Subject: [PATCH] updates gitignore --- .gitignore | 4 ++++ lwc/.gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 lwc/.gitignore diff --git a/.gitignore b/.gitignore index ab6b6b6..89c3fab 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ *.ilk *.map *.exp +# Objdump output +*.dis # Precompiled Headers *.gch @@ -154,3 +156,5 @@ CTestTestfile.cmake .vscode/c_cpp_properties.json semihosting_test/build/semihosting_test semihosting_test/build/Makefile + +.cache \ No newline at end of file diff --git a/lwc/.gitignore b/lwc/.gitignore new file mode 100644 index 0000000..d163863 --- /dev/null +++ b/lwc/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file