Reviewers: Jakob,
Description:
Fixed directory ignorance involving symlinks.
[email protected]
Please review this at https://codereview.chromium.org/11198082/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M .gitignore
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index
c39f642fe3b051cb2c3cc29e525bcbf264bf0fd2..0bf9313353ff93f95bf8f6d8c110cc17169ccea3
100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,8 @@ shell_g
/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 @@ shell_g
/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