From 8ad6f9cac8686eef3195d7de922bc12f0c1e6361 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 26 May 2014 22:07:48 +0200 Subject: [PATCH] Properly ignore .DS_Store .DS_Store? will match .DS_Store followed by a single character but we need to match .DS_Store, so adjust .gitignore like it is down for other documentation projects. Change-Id: Ie5737ae5803fa14d9b5d743d81a3de0dbc6b7b3e --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a2e4255..6d136cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.DS_Store? +.DS_Store # Build results target/