29 lines
467 B
Plaintext
29 lines
467 B
Plaintext
########################################
|
|
# Ignore files ending in the following #
|
|
########################################
|
|
*.o
|
|
*.d
|
|
*.swp
|
|
*.swo
|
|
#*.bin
|
|
*.bak
|
|
*.smc
|
|
*.dropbox.attr
|
|
|
|
# ignore shared files that have been copied to host-firmware dirs
|
|
firmware/source/shared_*.h
|
|
|
|
# ignore trash/temp files stored in host/ignore
|
|
host/ignore
|
|
|
|
# Lua static library
|
|
host/source/lua/liblua.a
|
|
|
|
# Executable (Unix)
|
|
host/inlretro
|
|
|
|
# OS X Metadata
|
|
.DS_Store
|
|
|
|
# VSCode Metadata
|
|
.vscode |