cleanup: adds .DS_STORE to .gitignore

This commit is contained in:
@wwwjim 2019-12-01 02:30:12 -08:00
parent 1b1f35354d
commit dd89f171b1

2
.gitignore vendored
View File

@ -10,6 +10,8 @@
**/*.h **/*.h
**/*.a **/*.a
**/*.pc **/*.pc
/**/*/.DS_STORE
.DS_STORE
build/.* build/.*
build/paramfetch.sh build/paramfetch.sh
/vendor /vendor