From b681b4f3f3f3e2ee910ab6b8c8b1b627fe5d9d3a Mon Sep 17 00:00:00 2001 From: yad02 Date: Thu, 10 Sep 2009 08:20:31 +0400 Subject: [PATCH] [8485] Ignore *.sln.cache file created at use msbuild command. Signed-off-by: VladimirMangos --- src/shared/revision_nr.h | 2 +- win/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9e0f8d2c2..27c3ccbab 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8484" + #define REVISION_NR "8485" #endif // __REVISION_NR_H__ diff --git a/win/.gitignore b/win/.gitignore index cd96f0d6b..3a2e1fcf7 100644 --- a/win/.gitignore +++ b/win/.gitignore @@ -13,4 +13,5 @@ *.ncb *.suo *.sdf +*.sln.cache ipch