mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 19:37:04 +00:00
Exclude some generated files in contrib subdirs.
This commit is contained in:
parent
b724ae2fe4
commit
c7ac8577ae
2 changed files with 33 additions and 0 deletions
17
contrib/extractor/.gitignore
vendored
Normal file
17
contrib/extractor/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# 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
|
||||
debug
|
||||
release
|
||||
*.user
|
||||
16
contrib/vmap_extractor_v2/.gitignore
vendored
Normal file
16
contrib/vmap_extractor_v2/.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
|
||||
#
|
||||
|
||||
*.ncb
|
||||
*.suo
|
||||
*.user
|
||||
bin
|
||||
Loading…
Add table
Add a link
Reference in a new issue