diff --git a/.gitignore b/.gitignore index 339bb947e..7a069fa27 100644 --- a/.gitignore +++ b/.gitignore @@ -78,10 +78,6 @@ bin/* *.sln.cache *.vsp ipch -*__Win32_Debug* -*__x64_Debug* -*__Win32_Release* -*__x64_Release* *.user # diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e3d858752..d704f8038 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 "10463" + #define REVISION_NR "10464" #endif // __REVISION_NR_H__ diff --git a/win/VC100/.gitignore b/win/VC100/.gitignore index 9fc0a3340..f1254be38 100644 --- a/win/VC100/.gitignore +++ b/win/VC100/.gitignore @@ -10,4 +10,8 @@ # MaNGOS generated files at Windows build # +*__Win32_Debug* +*__x64_Debug* +*__Win32_Release* +*__x64_Release* *.log diff --git a/win/VC80/.gitignore b/win/VC80/.gitignore new file mode 100644 index 000000000..c0bac5034 --- /dev/null +++ b/win/VC80/.gitignore @@ -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* diff --git a/win/VC90/.gitignore b/win/VC90/.gitignore new file mode 100644 index 000000000..c0bac5034 --- /dev/null +++ b/win/VC90/.gitignore @@ -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*