diff options
author | Steven Koo <steven.koo@ni.com> | 2021-03-12 10:32:31 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-12 13:55:25 -0600 |
commit | 71f48df77e6f1666cb790200735b4400be1656f4 (patch) | |
tree | 621162dc3051b892c8a07126c3a0df934999fb83 /.gitignore | |
parent | bbd511dbcc3c0593ca383968c6ff2d2284f32894 (diff) | |
download | uhd-71f48df77e6f1666cb790200735b4400be1656f4.tar.gz uhd-71f48df77e6f1666cb790200735b4400be1656f4.tar.bz2 uhd-71f48df77e6f1666cb790200735b4400be1656f4.zip |
uhd: gitignore .DS_Store for our macOS friends
macOS creates .DS_Store files, which should not be checked in.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c4e4e115..61f2f07f2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ debian *~ *swp *.pyc +.DS_Store |