From d41e70ce3463f6b239da415c5d69773fce55f9e9 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 2 Nov 2024 15:18:22 +0800 Subject: Initial commit. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..596a14b --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# C +**/*.o +**/*.elf +**/*.hex +**/*.out + +# Vim +*.swp +*.core -- cgit v1.2.3