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

Unified Diff: .gitignore

Issue 1215023017: Update Android Apps to use gradle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: onlyIf Created 5 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 | « no previous file | platform_tools/android/app/AndroidManifest.xml » ('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
index 44d423f269b704e7113cebadf0592f2996a17c64..7ea825655aa10bc25b64793d27eb2d2b6b4c564e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,12 @@
*.pyc
*.swp
+*.iml
.DS_Store
.android_config
.gclient*
.gm-actuals
+.gradle
+.idea
.cproject
.project
.settings/
@@ -12,6 +15,10 @@ bower_components
common
gyp/build
out
+platform_tools/android/apps/build
+platform_tools/android/apps/*.properties
+platform_tools/android/apps/*/build
+platform_tools/android/apps/*/src/main/libs
platform_tools/chromeos/third_party/externals
platform_tools/chromeos/toolchain
skps
« no previous file with comments | « no previous file | platform_tools/android/app/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698