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

Unified Diff: dart/.gitignore

Issue 11421093: Clean up svn:ignore property and .gitignore in dart, dart/pkg, and dart/runtime. (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 | dart/compiler/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/.gitignore
===================================================================
--- dart/.gitignore (revision 15379)
+++ dart/.gitignore (working copy)
@@ -5,63 +5,32 @@
#
# Whenever possible, prefer creating ignores in svn and then generating them
# to keep git in sync.
-/api_docs.target.mk
-/benchmarks
-/compiler.target.mk
-/create_sdk.target.mk
-/dart.Makefile
-/dart.xcodeproj
-/dart2js.target.mk
-/dart2js_bot.target.mk
+/.children
+/.project
/Makefile
+/benchmarks
+/build
+/dart.sdf
+/dart.sln
+/dart.suo
/out
-/runtime.target.mk
-/samples.target.mk
-/upload_sdk.target.mk
/xcodebuild
-/upload_sdk.vcxproj
-/dart2js.vcxproj.user
-/api_docs.vcproj
-/upload_sdk.vcxproj.filters
-/api_docs.vcxproj.user
-/dart.suo
-/dart2js.vcxproj
-/compiler.vcxproj
-/dart.sdf
+/*.Makefile
+/*.pyc
+/*.sln
+/*.target.mk
+/*.vcproj
+/*.vcxproj
+/*.vcxproj.user
+/*.vcxproj.filters
+/*.xcodeproj
/cached_results.txt
/chromedriver.log
-/api_docs.vcxproj
-/compiler.vcproj
/timing_info.txt
-/compiler.vcxproj.user
-/dart.sln
-/runtime.vcproj
-/upload_sdk.vcproj
-/runtime.vcxproj.user
-/upload_sdk.vcxproj.user
-/create_sdk.vcxproj
-/create_sdk.vcxproj.filters
-/create_sdk.vcproj
-/samples.vcproj
-/dart2js.vcproj
-/create_sdk.vcxproj.user
-/runtime.vcxproj
-/build
-/*.xcodeproj
-/.children
-/.project
-/*.pyc
# End generated ignores. The following are hand-added because the svn:ignore
# stuff doesn't handle them well.
-# Generated XCode projects on Mac
-*.xcodeproj
-
-# Dart Editor config files
-.children
Bill Hesse 2012/11/27 14:30:28 It was a mistake to remove these two. A .gitignor
-.project
-
# Built by chromebot and downloaded from Google Storage
client/tests/drt
« no previous file with comments | « no previous file | dart/compiler/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698