Reviewers: ulan,

Description:
Fix .gitignore for test data directories.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/9427010/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M .gitignore


Index: .gitignore
diff --git a/.gitignore b/.gitignore
index b61faef74ce541148204851193e85d5b13144d5a..088daeabf971d96e3e461a856b71b4071f9c99a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,10 +23,10 @@ shell_g
 /build/gyp
 /obj/
 /out/
-/test/es5conform/data/
-/test/mozilla/data/
-/test/sputnik/sputniktests/
-/test/test262/data/
+/test/es5conform/data
+/test/mozilla/data
+/test/sputnik/sputniktests
+/test/test262/data
 /tools/oom_dump/oom_dump
 /tools/oom_dump/oom_dump.o
 /tools/visual_studio/Debug


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to