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

Unified Diff: .gitignore

Issue 1006963002: Ignore .pydevproject files created in Eclipse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed suggestions from CL Created 5 years, 9 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 917e10a7d92e540332c12319d96b69bdc04df3c2..65d9dead9872adaa9fab74753a21f3c75e4d352d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,9 @@ client/tests/drt
# Compiled python binaries
*.pyc
+# pydev project file.
+.pydevproject
+
# From the Mac OS X Finder
.DS_Store
« 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