[CI:DOCS] Add .DS_Store to gitignore
Ignore .DS_Store, a MacOS metadata file created by the OS. Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
parent
c1d544532a
commit
7e490e1957
|
@ -12,6 +12,7 @@ coverprofile
|
|||
/docs/*.[158].gz
|
||||
/docs/build/
|
||||
/docs/remote
|
||||
**.DS_Store
|
||||
.gopathok
|
||||
.idea*
|
||||
.nfs*
|
||||
|
|
Loading…
Reference in New Issue