diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2011-12-14 03:38:41 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2011-12-14 03:38:41 +0100 |
commit | 43e91da0742c9f953b554f91bf12020ffc5be991 (patch) | |
tree | 5f6e933eeb97e32ee3566c379559d18708f01c58 /.gitignore | |
parent | ef12fa1bf7bd3fba9959360fc52d88b9d3760de0 (diff) | |
download | node-new-43e91da0742c9f953b554f91bf12020ffc5be991.tar.gz |
.gitignore core and vgcore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 48513041d2..6eb3b0a398 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ - +core +vgcore.* .waf* tags .lock-wscript |