mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8485] Ignore *.sln.cache file created at use msbuild command.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
70df7c8e91
commit
b681b4f3f3
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8484"
|
#define REVISION_NR "8485"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
1
win/.gitignore
vendored
1
win/.gitignore
vendored
|
|
@ -13,4 +13,5 @@
|
||||||
*.ncb
|
*.ncb
|
||||||
*.suo
|
*.suo
|
||||||
*.sdf
|
*.sdf
|
||||||
|
*.sln.cache
|
||||||
ipch
|
ipch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue