| 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
|
|
|