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

Unified Diff: third_party/crashpad/crashpad/.gitignore

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments, update README.chromium Created 5 years 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
Index: third_party/crashpad/crashpad/.gitignore
diff --git a/third_party/crashpad/crashpad/.gitignore b/third_party/crashpad/crashpad/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..c4f8fbb3576c55acd1ba5864e03476f483a9d5de
--- /dev/null
+++ b/third_party/crashpad/crashpad/.gitignore
@@ -0,0 +1,17 @@
+*.Makefile
+*.ninja
+*.pyc
+*.target.mk
+*.xcodeproj
+*~
+.*.sw?
+.DS_Store
+.gdb_history
+.gdbinit
+/Makefile
+/out
+/third_party/gtest/gtest
+/third_party/gyp/gyp
+/third_party/mini_chromium/mini_chromium
+/xcodebuild
+tags

Powered by Google App Engine
This is Rietveld 408576698