diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-08-12 01:10:41 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-08-12 01:10:41 +0200 |
commit | 3cd694c9f3724abf61480bf98209f848102e7d7e (patch) | |
tree | f9d342c7e0f9a03515035def37082ebdbcfd4e4a /.gitignore | |
parent | ac4791393edd56e46a54b93ed8349eef7b7e1801 (diff) | |
download | node-new-3cd694c9f3724abf61480bf98209f848102e7d7e.tar.gz |
build: .gitignore build/ directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e77d5df576..104542dd68 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ node_g /.project /.cproject +/build /out # various stuff that VC++ produces/uses |