diff options
author | Ashley Cui <acui@redhat.com> | 2022-08-15 11:37:03 -0400 |
---|---|---|
committer | Ashley Cui <acui@redhat.com> | 2022-08-15 11:43:10 -0400 |
commit | 7e490e1957b5200126d13368879fc57f99e38b28 (patch) | |
tree | cc64959b6733d8f4d4f3ecf12ba7cb92b9137ee1 | |
parent | c1d544532a3b905cef5c8efe80ac810d320d57a7 (diff) | |
download | podman-7e490e1957b5200126d13368879fc57f99e38b28.tar.gz podman-7e490e1957b5200126d13368879fc57f99e38b28.tar.bz2 podman-7e490e1957b5200126d13368879fc57f99e38b28.zip |
[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>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b8059e69a..44e291b22 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ coverprofile /docs/*.[158].gz /docs/build/ /docs/remote +**.DS_Store .gopathok .idea* .nfs* |