| Index: .gitignore
|
| diff --git a/.gitignore b/.gitignore
|
| index 282e463fc57e32e7c8035166ba3cfe0edba5793c..1d6557f5dfd25dbba9e8f660a30cec0f3bf4a7ee 100644
|
| --- a/.gitignore
|
| +++ b/.gitignore
|
| @@ -22,6 +22,7 @@
|
| *~
|
| .cpplint-cache
|
| .d8_history
|
| +.*.sw?
|
| bsuite
|
| d8
|
| d8_g
|
| @@ -29,6 +30,7 @@ shell
|
| shell_g
|
| /_*
|
| /build/Debug
|
| +/build/gomacc.lock
|
| /build/gyp
|
| /build/ipch/
|
| /build/Release
|
| @@ -44,6 +46,7 @@ shell_g
|
| /test/benchmarks/octane
|
| /test/benchmarks/sunspider
|
| /test/cctest/cctest.status2
|
| +/test/intl/intl.status2
|
| /test/message/message.status2
|
| /test/mjsunit/mjsunit.status2
|
| /test/mozilla/CHECKED_OUT_VERSION
|
|
|