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

Unified Diff: dart/.gitignore

Issue 11308225: Restore recursive ignore of Dart Editor .children and .project files in .gitignore. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
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: dart/.gitignore
===================================================================
--- dart/.gitignore (revision 15392)
+++ dart/.gitignore (working copy)
@@ -15,7 +15,6 @@
/out
/xcodebuild
/*.Makefile
-/*.pyc
/*.sln
/*.target.mk
/*.vcproj
@@ -23,13 +22,14 @@
/*.vcxproj.user
/*.vcxproj.filters
/*.xcodeproj
-/cached_results.txt
-/chromedriver.log
-/timing_info.txt
# End generated ignores. The following are hand-added because the svn:ignore
# stuff doesn't handle them well.
+# Dart Editor config files - also in all subdirectories.
+.children
+.project
+
# Built by chromebot and downloaded from Google Storage
client/tests/drt
« 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