diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2015-12-08 10:53:58 -0800 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2015-12-08 11:14:09 -0800 |
commit | 96dc0eb8892821627c287e6fa71e1ce03e7eb917 (patch) | |
tree | 9580818a223a96bb823b9000adb8c28784249c85 /support | |
parent | 5cfba0cb6e0eec4712c3ea6b2a57754109b7ec87 (diff) | |
download | servo-96dc0eb8892821627c287e6fa71e1ce03e7eb917.tar.gz servo-96dc0eb8892821627c287e6fa71e1ce03e7eb917.zip |
Update .gitignore files
Diffstat (limited to 'support')
-rw-r--r-- | support/android/.gitignore | 3 | ||||
-rw-r--r-- | support/android/apk/.gitignore | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/support/android/.gitignore b/support/android/.gitignore deleted file mode 100644 index 1071c3d9fe4..00000000000 --- a/support/android/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -openssl-1.0.1k/ -openssl-1.0.1k.tar.gz - diff --git a/support/android/apk/.gitignore b/support/android/apk/.gitignore new file mode 100644 index 00000000000..4d87ae843a8 --- /dev/null +++ b/support/android/apk/.gitignore @@ -0,0 +1,6 @@ +/assets/ +/bin/ +/gen/ +/libs/ +/local.properties +/proguard-project.txt |