Add gitignore to ignore binaries and object files

This commit is contained in:
joel16 2021-02-10 00:21:11 -05:00
parent 29d17311f2
commit 5dcb2cfb32

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# Object files
*.o
*.ko
*.obj
*.elf
# Libraries
*.lib
*.la
*.lo
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
# 3DS
build/
romfs/
# 3DS executables
3DShell.*