Revision: 12767 Author: [email protected] Date: Fri Oct 19 01:40:50 2012 Log: Fixed directory ignorance involving symlinks.
[email protected] Review URL: https://codereview.chromium.org/11198082 http://code.google.com/p/v8/source/detail?r=12767 Modified: /branches/bleeding_edge/.gitignore ======================================= --- /branches/bleeding_edge/.gitignore Mon Oct 1 10:16:00 2012 +++ /branches/bleeding_edge/.gitignore Fri Oct 19 01:40:50 2012 @@ -25,8 +25,8 @@ /build/Debug /build/gyp /build/Release -/obj/ -/out/ +/obj +/out /test/cctest/cctest.status2 /test/es5conform/data /test/message/message.status2 @@ -47,6 +47,6 @@ /tools/oom_dump/oom_dump.o /tools/visual_studio/Debug /tools/visual_studio/Release -/xcodebuild/ +/xcodebuild TAGS *.Makefile -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
