Commit b4324bd1 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[cleanup] Remove entries from .gitignore

I removed the following entries:
.d8_history - afaict, this does not exist anymore. If it exists, it
              would be in the out/ directory and thereby ignored anyways.
/hydrogen.cfg - hydrogen is no more.
/obj - this is now also in the out/ directory.
d8_g - I think this does not exist anymore, or would be in the out/
       directory.
shell - If it still exists, it would be in the out/ directory.
shell_g - same here.

NOTRY=true
R=jkummerow@chromium.org

Bug: v8:9183
Change-Id: Iadb8d2533bfdda1190ec3a31a9ca9c199e087fd5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1660468Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Reviewed-by: 's avatarTamer Tas <tmrts@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#62166}
parent beb88c0a
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
.ccls-cache .ccls-cache
.cpplint-cache .cpplint-cache
.cproject .cproject
.d8_history
.gclient_entries .gclient_entries
.gdb_history .gdb_history
.landmines .landmines
...@@ -40,8 +39,6 @@ ...@@ -40,8 +39,6 @@
/build /build
/buildtools /buildtools
/check-header-includes /check-header-includes
/hydrogen.cfg
/obj
/out /out
/out.gn /out.gn
/perf.data /perf.data
...@@ -88,13 +85,9 @@ GTAGS ...@@ -88,13 +85,9 @@ GTAGS
TAGS TAGS
bsuite bsuite
compile_commands.json compile_commands.json
!/test/mjsunit/d8
d8_g
gccauses gccauses
gcsuspects gcsuspects
gtags.files gtags.files
shell
shell_g
tags tags
turbo*.cfg turbo*.cfg
turbo*.dot turbo*.dot
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment