summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-12-02 11:52:44 -0800
committerJustin Klaassen <justinklaassen@google.com>2015-12-18 18:03:48 -0800
commitb94725ca3f42c39c5384e483255adf88986e8c52 (patch)
tree109b5942e23b06ea43401a31c9f1c18251d7bb90 /.gitignore
parent1a57a652f873b76e13e8926fbd6e15ffa7079f7f (diff)
downloadandroid_packages_apps_DeskClock-b94725ca3f42c39c5384e483255adf88986e8c52.tar.gz
android_packages_apps_DeskClock-b94725ca3f42c39c5384e483255adf88986e8c52.tar.bz2
android_packages_apps_DeskClock-b94725ca3f42c39c5384e483255adf88986e8c52.zip
Cleanup project files
- Updated .gitignore to just contain standard files / paths. - Remove unused messageformat dependency from Android.mk. - Fixed formatting of AndroidManifest.xml. - Removed unused build.gradle file. Change-Id: I98a885540405de26e4147763db06c294f5aa41d9
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 7 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index cece67b0d..c6cbe562a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,8 @@
-.classpath
-.gitignore
-.gradle
-.idea
-.name
-.project
-bin
-build
-gen
-lint.xml
-local.properties
-out
-project.properties
-*.DS_Store
-*~
*.iml
-*.swo
-*.swp
+.gradle
+/local.properties
+/.idea/workspace.xml
+/.idea/libraries
+.DS_Store
+/build
+/captures