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

Unified Diff: webrtc/.gitignore

Issue 1437433002: Fix a 64-bit pointer truncation bug found by VC++ 2015 (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 | webrtc/base/trace_event.h » ('j') | webrtc/codereview.settings » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/.gitignore
diff --git a/webrtc/.gitignore b/webrtc/.gitignore
index 9c8d698f3700a397567fca5804e20d74f70a9b24..6bdf7025f13ec1ef16d78e9d5c133171b2898e43 100644
--- a/webrtc/.gitignore
+++ b/webrtc/.gitignore
@@ -1,2 +1,6 @@
# This file is for projects that checkout webrtc/ directly (e.g. Chromium).
*.mk
+
+*.vcxproj
+*.vcxproj.filters
kjellander_webrtc 2015/11/09 09:26:07 This looks correct, but put please them in the roo
+*.sln
« no previous file with comments | « no previous file | webrtc/base/trace_event.h » ('j') | webrtc/codereview.settings » ('J')

Powered by Google App Engine
This is Rietveld 408576698