mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[9744] Prevent adding .vsp files from VS10 to repo
This commit is contained in:
parent
e89583ba34
commit
502345b2b8
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 "9743"
|
#define REVISION_NR "9744"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
1
win/.gitignore
vendored
1
win/.gitignore
vendored
|
|
@ -15,4 +15,5 @@
|
||||||
*.sdf
|
*.sdf
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.sln.cache
|
*.sln.cache
|
||||||
|
*.vsp
|
||||||
ipch
|
ipch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue