[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:
Ashley Cui 2022-08-15 11:37:03 -04:00
parent c1d544532a
commit 7e490e1957
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ coverprofile
/docs/*.[158].gz /docs/*.[158].gz
/docs/build/ /docs/build/
/docs/remote /docs/remote
**.DS_Store
.gopathok .gopathok
.idea* .idea*
.nfs* .nfs*