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

Unified Diff: .gitignore

Issue 191133005: git-sync-deps tool (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: AnotherPatchSet Created 6 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 | docs/quickstart.md » ('j') | tools/DEPS.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index c61286da5730efe33cb134dc02b640e4d7b77dc0..114cb33d74fa7f9f941ea558c62883e6fa557f28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
+*.pyc
borenet 2014/03/10 20:13:30 These changes seem orthogonal to the rest of this
hal.canary 2014/04/11 15:52:36 Done.
*.swp
-.android_config
.DS_Store
+.android_config
.gclient*
-*.pyc
-gyp/build/
-out
-third_party/externals/
-xcodebuild/
TAGS
+gyp/build
+out
+platform_tools/chromeos/third_party/externals
+platform_tools/chromeos/toolchain/src/third_party/chromite
+platform_tools/chromeos/toolchain/src/third_party/pyelftools
+third_party/externals
+xcodebuild
« no previous file with comments | « no previous file | docs/quickstart.md » ('j') | tools/DEPS.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698