diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 17:56:31 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 17:56:31 +0200 |
| commit | 854cb25ac8dc66f553c2033b7e13dfe5b76cd4bc (patch) | |
| tree | e92031c6647449fb66dc11ca826d094d933fd17a | |
| parent | Simplified AnyUserSecurityAttributes helper (diff) | |
| download | zen-854cb25ac8dc66f553c2033b7e13dfe5b76cd4bc.tar.xz zen-854cb25ac8dc66f553c2033b7e13dfe5b76cd4bc.zip | |
Exclude build outputs from vs-chromium
| -rw-r--r-- | vs-chromium-project.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vs-chromium-project.txt b/vs-chromium-project.txt index 2b2e15bc7..2bb89a55c 100644 --- a/vs-chromium-project.txt +++ b/vs-chromium-project.txt @@ -3,6 +3,6 @@ [SourceExplorer.ignore] .git/ -.x64/ +x64/ *.suo -**/.x64/ +**/x64/ |