commit f67d8997c1c8fee4ed4b75e93ca5a17aaa6b6e14
parent c2c1dea9f72b38e23e285a9a10a5d936920895ab
Author: Nature Is Frequency <natureisfrequency@outlook.com>
Date: Tue, 6 Feb 2024 14:43:54 +0000
Fix: for issue: #390 Add .DS_Store to .gitignore
Add .DS_Store to .gitignore (MacOS specific)
Fixes:
https://github.com/free-audio/clap/issues/390
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -58,3 +58,5 @@ cmake-build*/
# A place to store stuff and get it git ignored
ignore/*
+
+.DS_Store