From 6fae34192911885172609b110b64ec5739a616bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Kr=C3=BCger?= Date: Thu, 25 Nov 2021 12:28:43 +0100 Subject: [PATCH] ignore annoying MacOS .DS_Store files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6d0e4c0feff..b3c0f6ab48b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ CMakeCache.txt CMakeFiles/ .vscode build -compile_commands.json \ No newline at end of file +compile_commands.json +.DS_Store