From a2f0cd5b7db532c2e3c13cce61b2eb199e8f591e Mon Sep 17 00:00:00 2001 From: Thomas Baker Date: Thu, 12 May 2016 21:36:53 +0200 Subject: [PATCH] Ignore hidden image cache Finder creates on OS X. --- .gitignore | 1 + TODO | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5650dce..0ffda2b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.DS_Store vendor diff --git a/TODO b/TODO index 81d2ad1..972ff52 100644 --- a/TODO +++ b/TODO @@ -28,3 +28,4 @@ Improvements // echo $displayBoard; // echo "----------\n"; //fgets(STDIN); +- Some way to treat colors and shapes as "properties" generally when looking for shared property.