diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2022-06-29 13:00:07 -0700 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-07-01 16:34:01 +1200 |
commit | 3defb7b165116b282cb43cfc2a7c813580676159 (patch) | |
tree | be5442a076edf6061f2c4b248872f950bd768327 /.gitignore | |
parent | 88c393022e5b04638f3b6397c15ff27e729244b0 (diff) | |
download | crosstool-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-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ build.log temp.* stamp-h1 +# MacOS +.DS_Store + # Testing testing/docker/*/build testing/docker/*/install |