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

Unified Diff: .gitignore

Issue 23658024: Add more filters to gitignore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 1632934ff6085ac15b151253ee8b7f1c3e7f1f41..5264b300afd9e498319d15d59dbc4421e0079258 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,6 +54,19 @@ pubspec.lock
# Vim temporary swap files.
*.swp
+# Kate temporary files.
+*~
+*.kate-swp
+
+# DartEditor tempory files.
+*.dartE
ricow1 2013/09/05 12:13:52 where are these placed?
floitsch 2013/09/05 14:21:48 Apparently this was just happening on my machine.
+*.darte
+*.dartee
+
+# Merge files.
+*.orig
ricow1 2013/09/05 12:13:52 why are we adding these?
floitsch 2013/09/05 14:21:48 I don't think we want to ever commit those. That's
+*.rej
+
# Generated files.
tools/out
tools/xcodebuild
« 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