From f26084ee7515da1f5364f9573f4085e7ff0e2506 Mon Sep 17 00:00:00 2001 From: DavidWyand-GG Date: Mon, 24 Sep 2012 15:51:08 -0400 Subject: [PATCH] New Git ignore file Adds 'My Projects' directory to the Git ignore file. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 738810b8e..36919d376 100644 --- a/.gitignore +++ b/.gitignore @@ -159,7 +159,7 @@ pip-log.txt #Mr Developer .mr.developer.cfg -# Mac crap +# Mac .DS_Store ############# @@ -169,3 +169,4 @@ pip-log.txt console.log *.cached.dts !Engine/bin +My Projects/ \ No newline at end of file