diff options
author | Ashley Cui <acui@redhat.com> | 2022-08-15 11:37:03 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-09-06 13:50:56 -0400 |
commit | 5c150d7f24a896110a56c0914b36558c8919eaad (patch) | |
tree | a481293688e1adbf430ced7deee64722eb821846 | |
parent | e5748015e6a47f999d27be7de9aae1936efe62b4 (diff) | |
download | podman-5c150d7f24a896110a56c0914b36558c8919eaad.tar.gz podman-5c150d7f24a896110a56c0914b36558c8919eaad.tar.bz2 podman-5c150d7f24a896110a56c0914b36558c8919eaad.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* |