From fb475ed7668f5fc3083fafb57ae78466b2735a55 Mon Sep 17 00:00:00 2001 From: Gale Faraday Date: Thu, 21 Nov 2024 15:21:32 -0600 Subject: [PATCH] chore: added gitignore file --- code/boot/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 code/boot/.gitignore diff --git a/code/boot/.gitignore b/code/boot/.gitignore new file mode 100644 index 0000000..3e4b19d --- /dev/null +++ b/code/boot/.gitignore @@ -0,0 +1,6 @@ +# Gitignore for Chibi PC-09 Firmware + +*.o +*.bin +*.s19 +map.txt