[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:
DasBlub 2010-09-10 20:39:40 +02:00 committed by XTZGZoReX
parent fb2f74e4c9
commit f441216aa0
5 changed files with 37 additions and 5 deletions

4
.gitignore vendored
View file

@ -78,10 +78,6 @@ bin/*
*.sln.cache
*.vsp
ipch
*__Win32_Debug*
*__x64_Debug*
*__Win32_Release*
*__x64_Release*
*.user
#

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10463"
#define REVISION_NR "10464"
#endif // __REVISION_NR_H__

View file

@ -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
View 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
View 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*