summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Cui <acui@redhat.com>2022-08-15 11:37:03 -0400
committerMatthew Heon <mheon@redhat.com>2022-09-06 13:50:56 -0400
commit5c150d7f24a896110a56c0914b36558c8919eaad (patch)
treea481293688e1adbf430ced7deee64722eb821846
parente5748015e6a47f999d27be7de9aae1936efe62b4 (diff)
downloadpodman-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--.gitignore1
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*