Files
usvfs/.gitignore
Eran Mizrahi 1632dae29e Allow overwriting paths to external dependencies and default to "py -2" instead of python
external dependencies can now be overwritten either with environment variables or by creating
a vsbuild/external_dependencies_local.props file.
additionally, we use "py -2" by default to support cases where both python 2 and python 3 are
installed and python 3 is the default (without the need to overwrite the PYTHON2_CMD).
2018-03-14 09:53:15 +02:00

22 lines
249 B
Plaintext

# build outputs:
/bin
/lib
/test/bin
# local overides
/vsbuild/external_dependencies_local.props
# build intermediates:
/vsbuild/Release
/vsbuild/Debug
# test "side effects"
/test/temp
# VS generated files:
.vs
*.aps
*.vcxproj.user
msbuild.log