mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[10463] Clean up the .gitignore files.
* Move the settings for VS and CMake files to /.gitignore * Drop now unused .gitignore files Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
This commit is contained in:
parent
aa90aa8fdf
commit
fb2f74e4c9
21 changed files with 40 additions and 162 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -68,7 +68,32 @@ patches-*
|
|||
#
|
||||
bin/*
|
||||
|
||||
#
|
||||
# VS temporary files
|
||||
#
|
||||
*.ncb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.sln.cache
|
||||
*.vsp
|
||||
ipch
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
*.user
|
||||
|
||||
#
|
||||
# CMake temporary files
|
||||
#
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
|
||||
#
|
||||
# OS specific
|
||||
#
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
|
|
|
|||
9
contrib/extractor/.gitignore
vendored
9
contrib/extractor/.gitignore
vendored
|
|
@ -7,17 +7,12 @@
|
|||
# command after changing this file, to see if there are
|
||||
# any tracked files which get ignored after the change.
|
||||
#
|
||||
# Extractor generated files at Windows build
|
||||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*.bsc
|
||||
*.ncb
|
||||
*.pdb
|
||||
*.suo
|
||||
*.sdf
|
||||
debug
|
||||
release
|
||||
ipch
|
||||
*.user
|
||||
*.ilk
|
||||
ad_debug.exe
|
||||
ad_debug.exe
|
||||
|
|
|
|||
8
contrib/git_id/.gitignore
vendored
8
contrib/git_id/.gitignore
vendored
|
|
@ -11,14 +11,6 @@
|
|||
#
|
||||
|
||||
*.bsc
|
||||
*.ncb
|
||||
*.pdb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.sln.cache
|
||||
*.vsp
|
||||
ipch
|
||||
Debug
|
||||
Release
|
||||
*.user
|
||||
|
|
|
|||
11
contrib/vmap_assembler/.gitignore
vendored
11
contrib/vmap_assembler/.gitignore
vendored
|
|
@ -10,15 +10,4 @@
|
|||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*.ncb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
bin
|
||||
|
||||
# CMake files
|
||||
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
|
||||
|
|
|
|||
3
contrib/vmap_assembler/VC100/.gitignore
vendored
3
contrib/vmap_assembler/VC100/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
*.user
|
||||
bin
|
||||
14
contrib/vmap_assembler/VC80/.gitignore
vendored
14
contrib/vmap_assembler/VC80/.gitignore
vendored
|
|
@ -1,14 +0,0 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
*.user
|
||||
bin
|
||||
14
contrib/vmap_assembler/VC90/.gitignore
vendored
14
contrib/vmap_assembler/VC90/.gitignore
vendored
|
|
@ -1,14 +0,0 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
*.user
|
||||
bin
|
||||
7
contrib/vmap_extractor_v3/.gitignore
vendored
7
contrib/vmap_extractor_v3/.gitignore
vendored
|
|
@ -11,10 +11,3 @@
|
|||
#
|
||||
|
||||
bin
|
||||
|
||||
# CMake files
|
||||
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
|
||||
|
|
|
|||
18
contrib/vmap_extractor_v3/vmapextract/.gitignore
vendored
18
contrib/vmap_extractor_v3/vmapextract/.gitignore
vendored
|
|
@ -1,18 +0,0 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
# CMake files
|
||||
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
|
||||
7
contrib/vmap_extractor_v3/win/.gitignore
vendored
7
contrib/vmap_extractor_v3/win/.gitignore
vendored
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
*.opensdf
|
||||
*.ncb
|
||||
*.sdf
|
||||
*.suo
|
||||
bin
|
||||
ipch
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
*.user
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
*.user
|
||||
13
dep/libmpq/.gitignore
vendored
13
dep/libmpq/.gitignore
vendored
|
|
@ -1,2 +1,13 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
bin
|
||||
bin
|
||||
|
|
|
|||
5
dep/libmpq/win/.gitignore
vendored
5
dep/libmpq/win/.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
*.sdf
|
||||
*.suo
|
||||
bin
|
||||
ipch
|
||||
2
dep/libmpq/win/VC100/.gitignore
vendored
2
dep/libmpq/win/VC100/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
*.user
|
||||
2
dep/libmpq/win/VC90/.gitignore
vendored
2
dep/libmpq/win/VC90/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
*.user
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10462"
|
||||
#define REVISION_NR "10463"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
19
win/.gitignore
vendored
19
win/.gitignore
vendored
|
|
@ -1,19 +0,0 @@
|
|||
#
|
||||
# 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
|
||||
#
|
||||
|
||||
*.ncb
|
||||
*.suo
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.sln.cache
|
||||
*.vsp
|
||||
ipch
|
||||
5
win/VC100/.gitignore
vendored
5
win/VC100/.gitignore
vendored
|
|
@ -10,9 +10,4 @@
|
|||
# MaNGOS generated files at Windows build
|
||||
#
|
||||
|
||||
*__Win32_Debug*
|
||||
*__x64_Debug*
|
||||
*__Win32_Release*
|
||||
*__x64_Release*
|
||||
*.user
|
||||
*.log
|
||||
|
|
|
|||
17
win/VC80/.gitignore
vendored
17
win/VC80/.gitignore
vendored
|
|
@ -1,17 +0,0 @@
|
|||
#
|
||||
# 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*
|
||||
*.user
|
||||
17
win/VC90/.gitignore
vendored
17
win/VC90/.gitignore
vendored
|
|
@ -1,17 +0,0 @@
|
|||
#
|
||||
# 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*
|
||||
*.user
|
||||
Loading…
Add table
Add a link
Reference in a new issue