Exclude some generated files in contrib subdirs.

This commit is contained in:
VladimirMangos 2008-10-31 19:24:38 +03:00
parent b724ae2fe4
commit c7ac8577ae
2 changed files with 33 additions and 0 deletions

17
contrib/extractor/.gitignore vendored Normal file
View 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
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
#
*.ncb
*.suo
*.user
bin