aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJake Hunsaker <jacob.r.hunsaker@gmail.com>2023-09-28 20:38:48 -0700
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2023-09-29 15:19:50 -0700
commit270c3caf66b68184576fa954548c9e4db1604cec (patch)
tree6ad2656839921e7b3c1cde70da31952f145e9144 /.gitignore
parent87e8482ac10793168ba2a966de14cfee99923957 (diff)
downloadsos-270c3caf66b68184576fa954548c9e4db1604cec.tar.gz
[git] Ignore DS_Store files from Finder
Updates .gitignore to exclude .DS_Store files that Finder may drop in the tree. Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c2138f9..318b19e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*swp*
*.pyc
*.sw*
+*.DS_Store
tags
buildjar/
gpgkeys/rhsupport.*