diff options
author | Tomasz Janczuk <tomasz@janczuk.org> | 2011-09-14 14:51:49 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-10-11 10:29:03 -0700 |
commit | 6fadbec797bb7bb0160fb24c253be49961970945 (patch) | |
tree | eaecefa8355158f8823ba2a5d323828156ac811e /.gitignore | |
parent | b280a2d44d8826418e0231af6a7a13f1d91b6a5f (diff) | |
download | node-new-6fadbec797bb7bb0160fb24c253be49961970945.tar.gz |
wix project to create msi installer for windows
Fixes #1706.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e77d5df576..68b5843eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ node_g Debug/ Release/ *.sln +!nodemsi.sln *.suo *.vcproj *.vcxproj |