diff options
author | Chris Wanstrath <chris@ozmm.org> | 2011-09-01 16:57:09 -0700 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2011-09-01 16:57:09 -0700 |
commit | c0827ef922967a7f3ce0d5c920989c7ba4b58fe9 (patch) | |
tree | cb4a3194a9bb2ea21c56141634816b099a9169c7 /Global | |
parent | f44de9bca26e6375513a07ef59c11812b69557d7 (diff) | |
parent | 0992d4bc6e5568177f03587ba8b11bf92ea6e483 (diff) | |
download | gitignore-c0827ef922967a7f3ce0d5c920989c7ba4b58fe9.tar.gz gitignore-c0827ef922967a7f3ce0d5c920989c7ba4b58fe9.zip |
Merge pull request #192 from stuartdb/patch-1
Installshield project output folder.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudio.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 63aca6ab..b6dc2213 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -41,6 +41,9 @@ ipch/ # ReSharper is a .NET coding add-in _ReSharper* +# Installshield output folder +[Ee]xpress + # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT |