Fixed directory ignorance involving symlinks.
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/11198082 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12767 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
fa53250dd2
commit
6dc35811af
6
.gitignore
vendored
6
.gitignore
vendored
@ -25,8 +25,8 @@ shell_g
|
|||||||
/build/Debug
|
/build/Debug
|
||||||
/build/gyp
|
/build/gyp
|
||||||
/build/Release
|
/build/Release
|
||||||
/obj/
|
/obj
|
||||||
/out/
|
/out
|
||||||
/test/cctest/cctest.status2
|
/test/cctest/cctest.status2
|
||||||
/test/es5conform/data
|
/test/es5conform/data
|
||||||
/test/message/message.status2
|
/test/message/message.status2
|
||||||
@ -47,6 +47,6 @@ shell_g
|
|||||||
/tools/oom_dump/oom_dump.o
|
/tools/oom_dump/oom_dump.o
|
||||||
/tools/visual_studio/Debug
|
/tools/visual_studio/Debug
|
||||||
/tools/visual_studio/Release
|
/tools/visual_studio/Release
|
||||||
/xcodebuild/
|
/xcodebuild
|
||||||
TAGS
|
TAGS
|
||||||
*.Makefile
|
*.Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user