diff options
author | Ryan <ry@tinyclouds.org> | 2009-04-16 13:20:22 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-04-16 13:20:22 +0200 |
commit | 86eab1f1310defaff7faec75998ca5daf2ca8f44 (patch) | |
tree | e77da36a9a91209320a98d053f84800f8f057be2 /.gitignore | |
parent | 844f923825cc8d548127fbc4fb77d93c5584749d (diff) | |
download | nodejs-86eab1f1310defaff7faec75998ca5daf2ca8f44.tar.gz nodejs-86eab1f1310defaff7faec75998ca5daf2ca8f44.tar.bz2 nodejs-86eab1f1310defaff7faec75998ca5daf2ca8f44.zip |
update gitignore to work with waf files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 36f986d6b..16d04ca6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -*.o -ebb_request_parser.c -server +build +.waf* tags +.lock-wscript +Makefile +*.pyc |