cleanup: adds .DS_STORE to .gitignore
This commit is contained in:
parent
1b1f35354d
commit
dd89f171b1
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@
|
|||||||
**/*.h
|
**/*.h
|
||||||
**/*.a
|
**/*.a
|
||||||
**/*.pc
|
**/*.pc
|
||||||
|
/**/*/.DS_STORE
|
||||||
|
.DS_STORE
|
||||||
build/.*
|
build/.*
|
||||||
build/paramfetch.sh
|
build/paramfetch.sh
|
||||||
/vendor
|
/vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user