mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[10464] Revert a part of [10463] and move them back to the .gitignore file in the sub-directory
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
This commit is contained in:
parent
fb2f74e4c9
commit
f441216aa0
5 changed files with 37 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -78,10 +78,6 @@ bin/*
|
|||
*.sln.cache
|
||||
*.vsp
|
||||
ipch
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
*.user
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10463"
|
||||
#define REVISION_NR "10464"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
4
win/VC100/.gitignore
vendored
4
win/VC100/.gitignore
vendored
|
|
@ -10,4 +10,8 @@
|
|||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
*.log
|
||||
|
|
|
|||
16
win/VC80/.gitignore
vendored
Normal file
16
win/VC80/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# NOTE! Don't add files that are generated in specific
|
||||
# subdirectories here. Add them in the ".gitignore" file
|
||||
# in that subdirectory instead.
|
||||
#
|
||||
# NOTE! Please use 'git-ls-files -i --exclude-standard'
|
||||
# command after changing this file, to see if there are
|
||||
# any tracked files which get ignored after the change.
|
||||
#
|
||||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
16
win/VC90/.gitignore
vendored
Normal file
16
win/VC90/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# NOTE! Don't add files that are generated in specific
|
||||
# subdirectories here. Add them in the ".gitignore" file
|
||||
# in that subdirectory instead.
|
||||
#
|
||||
# NOTE! Please use 'git-ls-files -i --exclude-standard'
|
||||
# command after changing this file, to see if there are
|
||||
# any tracked files which get ignored after the change.
|
||||
#
|
||||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
Loading…
Add table
Add a link
Reference in a new issue