diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-17 23:02:15 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-17 23:03:21 +0100 |
commit | e493b295987df5608ad2580631b9fd6e9fc7fd3c (patch) | |
tree | ca313f6bab2625cc943e70b8e27b5494d183256d /.gitignore | |
parent | 4a38795b6f9050c12e0851a5bdaa7daf3246854a (diff) | |
download | node-new-e493b295987df5608ad2580631b9fd6e9fc7fd3c.tar.gz |
build: respect --debug configure switch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3bc7efb5e6..ebbd0838c4 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ ipch/ *.sdf *.opensdf +/config.mk /config.gypi *-nodegyp* /gyp-mac-tool |