From a855bc06f76547727c3e57e1ccedcb9cd5a8bdf4 Mon Sep 17 00:00:00 2001 From: Eric-Paul Ickhorn Date: Fri, 1 Dec 2023 16:35:01 +0100 Subject: [PATCH] Added a gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6196d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ + +.build/ +.local/ + +*.a +*.elf +*.o