From e667947a30c3c066b94fc43f5966431514243692 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 28 Aug 2019 21:39:19 -0500 Subject: [PATCH] Create .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f036a14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Don't track content of these folders +build/ + + +# Compiled source # +################### +*.elf +*.nacp +*.nro +*.bat + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +#*.7z +#*.dmg \ No newline at end of file