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

Unified Diff: .gitignore

Issue 22640016: Add vim swap files, goma locks, and intl test status files to gitignore (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 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
« 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