diff --git a/contrib/extractor/.gitignore b/contrib/extractor/.gitignore new file mode 100644 index 000000000..acae16e58 --- /dev/null +++ b/contrib/extractor/.gitignore @@ -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 diff --git a/contrib/vmap_extractor_v2/.gitignore b/contrib/vmap_extractor_v2/.gitignore new file mode 100644 index 000000000..69d56e264 --- /dev/null +++ b/contrib/vmap_extractor_v2/.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 +# + +*.ncb +*.suo +*.user +bin \ No newline at end of file