Create .gitignore
This commit is contained in:
parent
b022978f94
commit
e667947a30
|
@ -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
|
Loading…
Reference in New Issue