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

Unified Diff: .gitignore

Issue 11416048: Modified .gitigore to ignore vim .swp files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 5c2afd1f2e785a25f6d9045c07dfe47a234edb39..ce9b95fdf396a15068563d903a41d7a65c02d653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,6 @@ third_party/gsutil/*/gsutilc
# Pub generated "packages" directories
packages
+
+# Vim temporary swap files.
+*.swp
« 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