From 06e673b8c595bf48f7c061d75e9ef75c9103f84e Mon Sep 17 00:00:00 2001 From: "Simon Nagl (privat)" Date: Tue, 10 Jan 2017 13:07:40 +0100 Subject: [PATCH 1/1] Ignore .DS_Store In the Apple macOS operating system, .DS_Store is a file that stores custom attributes of its containing folder (https://en.wikipedia.org/wiki/.DS_Store) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 30962eaa..e5f27403 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,8 @@ cmake_install.cmake .jetbrains* +.DS_Store + contrib/debian/changelog profile/benchmark-dictionary profile/benchmark-registry -- 2.39.2