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