Add *.DS_Store to .gitignore so that ._.DS_Store is ignored too.
BUG= R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1698004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4265 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
*.DS_Store
|
||||||
*.Makefile
|
*.Makefile
|
||||||
*.host.mk
|
*.host.mk
|
||||||
*.ncb
|
*.ncb
|
||||||
@ -25,7 +26,6 @@
|
|||||||
*~
|
*~
|
||||||
.*.sw?
|
.*.sw?
|
||||||
.sw?
|
.sw?
|
||||||
.DS_Store
|
|
||||||
.cproject
|
.cproject
|
||||||
.gdb_history
|
.gdb_history
|
||||||
.gdbinit
|
.gdbinit
|
||||||
|
Reference in New Issue
Block a user