From 770d838f377b82e9fd8c490a83eee4506fedfedb Mon Sep 17 00:00:00 2001 From: x12xx12x <44411062+12xx12@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:52:42 +0200 Subject: Added that ds_store file to gitignore (#5521) * Added that ds_store file to gitignore * Update .gitignore Co-authored-by: Janmm14 --------- Co-authored-by: Alexander Harkness Co-authored-by: Janmm14 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 170ef3697..409421c85 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,6 @@ run-clang-tidy.py # ctags output tags + +# mac things +.DS_Store -- cgit v1.2.3