From 3eaf06d2e05544866df43f253a76042e1a928ec0 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 14 Aug 2021 14:16:05 -0700 Subject: [PATCH] DSPSpy: Create .gitignore --- Source/DSPSpy/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Source/DSPSpy/.gitignore diff --git a/Source/DSPSpy/.gitignore b/Source/DSPSpy/.gitignore new file mode 100644 index 0000000000..33ae368ffb --- /dev/null +++ b/Source/DSPSpy/.gitignore @@ -0,0 +1,4 @@ +dsp_code.h +build/ +*.dol +*.elf \ No newline at end of file