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

Unified Diff: .gitignore

Issue 11416036: Android WebView: allow for multiple target architectures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Android.mk » ('j') | android_webview/tools/gyp_webview » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index b83f8924d63248bf07ba30401b0a2b225dfe13d5..c286fb8743f8649e7b6f0b171e539cdb70e85904 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
*.Makefile
*.gypcmd
-*.host.mk
+*.mk
*.ncb
*.ninja
*.opensdf
@@ -10,7 +10,6 @@
*.sdf
*.sln
*.suo
-*.target.mk
*.targets
*.user
*.vcproj
@@ -24,6 +23,7 @@
*_proto.xml
*_proto_cpp.xml
*~
+!Android.mk
.*.sw?
.DS_Store
.classpath
« no previous file with comments | « no previous file | Android.mk » ('j') | android_webview/tools/gyp_webview » ('J')

Powered by Google App Engine
This is Rietveld 408576698