aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2021-03-12 10:32:31 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2021-03-12 13:55:25 -0600
commit71f48df77e6f1666cb790200735b4400be1656f4 (patch)
tree621162dc3051b892c8a07126c3a0df934999fb83 /.gitignore
parentexamples: Remove unused arguments for rfnoc_radio_loopback (diff)
downloaduhd-71f48df77e6f1666cb790200735b4400be1656f4.tar.xz
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--.gitignore1
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