Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: .gitignore

Issue 21328004: Add common artifacts to .gitignore. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 2f524bed03984275fad95e5ff510d5a9914aab4d..e616e7512993932a6f0cc80c5cfa27424e34bab9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,12 +27,16 @@ d8
d8_g
shell
shell_g
+/_*
/build/Debug
/build/gyp
/build/ipch/
/build/Release
+/hydrogen.cfg
/obj
/out
+/perf.data
+/perf.data.old
/test/cctest/cctest.status2
/test/message/message.status2
/test/mjsunit/mjsunit.status2
@@ -52,6 +56,7 @@ shell_g
/tools/oom_dump/oom_dump.o
/tools/visual_studio/Debug
/tools/visual_studio/Release
+/v8.log.ll
/xcodebuild
TAGS
*.Makefile
@@ -59,4 +64,3 @@ GTAGS
GRTAGS
GSYMS
GPATH
-/_*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698