mirror of
https://github.com/joel16/3DShell.git
synced 2024-11-23 03:29:47 +00:00
Add gitignore to ignore binaries and object files
This commit is contained in:
parent
29d17311f2
commit
5dcb2cfb32
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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.*
|
Loading…
Reference in New Issue
Block a user