mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
update .gitignore to ignore macos files
dYSM files were generated upon building the simulator Change-Id: Iff621925c862c784494165ce7d0d145f523fc1da v
This commit is contained in:
parent
fe78b07db6
commit
832e0fd458
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,6 +9,7 @@
|
||||||
*.a
|
*.a
|
||||||
*~
|
*~
|
||||||
__pycache__
|
__pycache__
|
||||||
|
.DS_STORE
|
||||||
|
|
||||||
# Intermediate language files
|
# Intermediate language files
|
||||||
/apps/lang/*.update
|
/apps/lang/*.update
|
||||||
|
@ -131,6 +132,7 @@ __pycache__
|
||||||
/tools/iaudio_bl_flash.h
|
/tools/iaudio_bl_flash.h
|
||||||
/tools/.vagrant
|
/tools/.vagrant
|
||||||
/tools/*-console.log
|
/tools/*-console.log
|
||||||
|
/tools/*.dSYM
|
||||||
|
|
||||||
# /tools/database/
|
# /tools/database/
|
||||||
/tools/database/database
|
/tools/database/database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue