From c9f47106ccf806533783a551b5c51d9280869635 Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Wed, 9 Aug 2017 23:36:13 -0400 Subject: [PATCH] Ignore symbol folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index efc7035..7e6d5d2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ a.out examples/*.c __pycache__/ +*.dSYM/ -- 2.20.1