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

Unified Diff: .gitignore

Issue 2086153003: Add //base and //buildtools to DEPS (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk.git@master
Patch Set: zra review Created 4 years, 6 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 | DEPS » ('j') | 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 e66367dd47933c74d3de2bc80bef8e8bc2fa402a..f839f5f59af445fdf8434455d882451b310e618f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,10 @@
-# These ignores are auto-generated from the canonical svn ignore metadata
-# using:
-#
-# $ git svn create-ignore
-#
-# Whenever possible, prefer creating ignores in svn and then generating them
-# to keep git in sync.
+# Build artifacts and dependencies.
/.children
/.project
/Makefile
+/base
/benchmarks
-/build
+/buildtools
/ipch
/out
/xcodebuild
@@ -27,9 +22,6 @@
*.vcxproj.filters
/*.vcxproj.user
-# End generated ignores. The following are hand-added because the svn:ignore
-# stuff doesn't handle them well.
-
# Gyp generated files
*.xcodeproj
*.intermediate
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698