16 lines
345 B
Plaintext
16 lines
345 B
Plaintext
########################################
|
|
# Ignore files ending in the following #
|
|
########################################
|
|
*.o
|
|
*.swp
|
|
*.bin
|
|
*.bak
|
|
*.smc
|
|
|
|
# ignore shared files that have been copied to host-firmware dirs
|
|
firmware/source/shared_*.h
|
|
host/source/shared_*.h
|
|
|
|
# ignore trash/temp files stored in host/ignore
|
|
host/ignore
|