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

Unified Diff: .gitignore

Issue 9535005: Add Emacs backup files (wildcard *~) to .gitignore. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 21d8295565867490f7d7340466ebe422536dfb1c..a4d482b8be827ac8521593d5b6f7cb52d0c53840 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,10 +41,13 @@ client/tests/drt
*.pyc
third_party/gsutil/*/gsutilc
-# temporary vim files
+# Temporary vim files
*.swo
*.swp
+# Emacs backup files
+*~
Søren Gjesse 2012/02/29 10:23:53 How about adding the auto-save files as well (#*#)
ahe 2012/02/29 10:25:30 I'd rather if you don't. It helps me see if there
+
/compiler/eclipse.workspace/tests/output/
/compiler/eclipse.workspace/dartc/output/
/compiler/eclipse.workspace/rhino/output/
« 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