aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgm <sim0629@gmail.com>2013-01-09 21:35:20 +0900
committerHaacked <haacked@gmail.com>2013-01-22 11:35:45 -0800
commit2ed26ea654df110f66d9d2740e67287054712c5f (patch)
tree9eb6d8385cb2624b9b3b38ac7abf0cceaaf057d1
parente12c304ebd9d72d3bf168d56cf6de813b934f13c (diff)
downloadgitignore-2ed26ea654df110f66d9d2740e67287054712c5f.tar.gz
gitignore-2ed26ea654df110f66d9d2740e67287054712c5f.zip
VisualStudio: Ignore *.tmp_proj
This might be created temporarily during a build.
-rw-r--r--VisualStudio.gitignore1
1 files changed, 1 insertions, 0 deletions
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