diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2010-10-12 23:13:44 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-10-13 01:49:33 -0700 |
commit | 045bd4c7a49b83a9e6cd4083763f12a698c48845 (patch) | |
tree | 23ef3f267c8a10d7d0c6b556a4aa02af7fd5ddc1 /.gitignore | |
parent | 6691aca2297b76cd3eb14506447f16a213dae2c6 (diff) | |
download | node-new-045bd4c7a49b83a9e6cd4083763f12a698c48845.tar.gz |
Preliminary pkg-config support.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ba4994998c..eadb196414 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ doc/api.xml doc/api.html doc/changelog.html doc/node.1 +tools/nodejs.pc test/fixtures/hello.txt tmp/ node |