aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2022-06-29 13:00:07 -0700
committerChris Packham <judge.packham@gmail.com>2022-07-01 16:34:01 +1200
commit3defb7b165116b282cb43cfc2a7c813580676159 (patch)
treebe5442a076edf6061f2c4b248872f950bd768327 /.gitignore
parent88c393022e5b04638f3b6397c15ff27e729244b0 (diff)
downloadcrosstool-ng-3defb7b165116b282cb43cfc2a7c813580676159.tar.gz
crosstool-ng-3defb7b165116b282cb43cfc2a7c813580676159.tar.bz2
crosstool-ng-3defb7b165116b282cb43cfc2a7c813580676159.zip
Update .gitignore: Ignore .DS_Store on MacOS
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46a9b34f..02711875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,9 @@ build.log
temp.*
stamp-h1
+# MacOS
+.DS_Store
+
# Testing
testing/docker/*/build
testing/docker/*/install