diff options
author | Rasmus Andersson <rasmus@notion.se> | 2010-08-09 02:40:54 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-08-09 13:15:28 -0700 |
commit | e07f5682308dd48e840b6f8f3b3f52789d46e28e (patch) | |
tree | 3dd631bc3aee0cf9040251ba94496195e7e866d1 /.gitignore | |
parent | 3aa5cfde1052a7a027d398c66106869f7f722eee (diff) | |
download | node-new-e07f5682308dd48e840b6f8f3b3f52789d46e28e.tar.gz |
ignore test/fixtures/hello.txt created by some test(s)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41ab314e35..2d70f9e6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ doc/api.xml doc/api.html doc/changelog.html doc/node.1 +test/fixtures/hello.txt tmp/ node node_g |