Revision: 10754 Author: [email protected] Date: Mon Feb 20 05:17:20 2012 Log: Fix .gitignore for test data directories.
[email protected] Review URL: https://chromiumcodereview.appspot.com/9427010 http://code.google.com/p/v8/source/detail?r=10754 Modified: /branches/bleeding_edge/.gitignore ======================================= --- /branches/bleeding_edge/.gitignore Wed Sep 7 14:09:13 2011 +++ /branches/bleeding_edge/.gitignore Mon Feb 20 05:17:20 2012 @@ -23,10 +23,10 @@ /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
