diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2018-08-10 09:19:00 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2018-08-10 09:19:00 +0200 |
commit | ef7beaea6abcaab389ccb486a8f25bc4512b99ed (patch) | |
tree | 86223ae2f6c0eb342bc03bf1b5e77cbeb5ecb0be /build_msvc/.gitignore | |
parent | f66e1c793eda7a6143fd03400c98512a9b6f00c7 (diff) |
Visual Studio build configuration for Bitcoin Core
Diffstat (limited to 'build_msvc/.gitignore')
-rw-r--r-- | build_msvc/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore new file mode 100644 index 0000000000..fbcd1077b3 --- /dev/null +++ b/build_msvc/.gitignore @@ -0,0 +1,10 @@ +# Build directories +Debug/* +Release/* +.vs +packages/* +*/Obj +*/Debug +*/Release +*/x64 +*.vcxproj.user |