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

Unified Diff: .gitignore

Issue 426403002: Initial commit of Crashpad (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Review fixes Created 6 years, 5 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 | « .clang-format ('k') | AUTHORS » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..d606b1bec8f59ead5e7a0332633d72db1f147006
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+*.Makefile
+*.ninja
+*.pyc
+*.target.mk
+*.xcodeproj
+*~
+.*.sw?
+.DS_Store
+.gdb_history
+.gdbinit
+/Makefile
+/out
+/third_party/gmock/gmock
+/third_party/gtest/gtest
+/third_party/gyp/gyp
+/third_party/mini_chromium/mini_chromium
+/xcodebuild
« no previous file with comments | « .clang-format ('k') | AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698