diff options
author | Aaron Clauson <aaron@sipsorcery.com> | 2019-09-08 14:13:05 +0200 |
---|---|---|
committer | Aaron Clauson <aaron@sipsorcery.com> | 2019-09-08 14:13:05 +0200 |
commit | 161968432205a5bdf9a98b99562e956be8c0db89 (patch) | |
tree | e9ba34be26f6416855146abe3af537c0677b52c1 /build_msvc/.gitignore | |
parent | 189c19e012427a0068fc51b9fcb1428dc28aa681 (diff) |
Added libbitcoin_qt and bitcoin-qt to the msbuild configuration.
Diffstat (limited to 'build_msvc/.gitignore')
-rw-r--r-- | build_msvc/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_msvc/.gitignore b/build_msvc/.gitignore index 8ba65dda8f..4d4aef7e35 100644 --- a/build_msvc/.gitignore +++ b/build_msvc/.gitignore @@ -10,3 +10,5 @@ packages/* *.vcxproj.user *.vcxproj */Win32 +libbitcoin_qt/QtGeneratedFiles/* +test_bitcoin-qt/QtGeneratedFiles/* |