diff options
Diffstat (limited to 'deps/v8/.gitignore')
-rw-r--r-- | deps/v8/.gitignore | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/deps/v8/.gitignore b/deps/v8/.gitignore index 77f38dd9c6..fe8425f021 100644 --- a/deps/v8/.gitignore +++ b/deps/v8/.gitignore @@ -18,6 +18,7 @@ #*# *~ .cpplint-cache +.d8_history d8 d8_g shell @@ -25,17 +26,32 @@ shell_g /build/Debug /build/gyp /build/Release -/obj/ -/out/ +/obj +/out +/test/cctest/cctest.status2 /test/es5conform/data +/test/message/message.status2 +/test/mjsunit/mjsunit.status2 +/test/mozilla/CHECKED_OUT_VERSION /test/mozilla/data +/test/mozilla/downloaded_* +/test/mozilla/mozilla.status2 +/test/preparser/preparser.status2 /test/sputnik/sputniktests /test/test262/data +/test/test262/test262-* +/test/test262/test262.status2 /third_party +/tools/jsfunfuzz +/tools/jsfunfuzz.zip /tools/oom_dump/oom_dump /tools/oom_dump/oom_dump.o /tools/visual_studio/Debug /tools/visual_studio/Release -/xcodebuild/ +/xcodebuild TAGS *.Makefile +GTAGS +GRTAGS +GSYMS +GPATH |