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>
This commit is contained in:
Steven Koo 2021-03-12 10:32:31 -06:00 committed by Aaron Rossetto
parent bbd511dbcc
commit 71f48df77e

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ debian
*~
*swp
*.pyc
.DS_Store