From 2ed26ea654df110f66d9d2740e67287054712c5f Mon Sep 17 00:00:00 2001 From: sgm Date: Wed, 9 Jan 2013 21:35:20 +0900 Subject: [PATCH] VisualStudio: Ignore *.tmp_proj This might be created temporarily during a build. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f6162967..5fa5bfd5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -34,6 +34,7 @@ build/ *.tli *.tlh *.tmp +*.tmp_proj *.log *.vspscc *.vssscc