aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-07-29 18:00:09 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-07-29 18:00:09 -0700
commit77d9a08814a063577d086dc356a5a55d5ff55bf6 (patch)
tree670291d05245da7022d91c52efcd45c483f14ceb /.gitignore
parent1ae5116bf0e9b96fc34d4267ce7483e982d3ddce (diff)
downloadndk-77d9a08814a063577d086dc356a5a55d5ff55bf6.tar.gz
Move platform files from build/platforms to platforms.
This also prepares for a major shift in the way files are stored under development/ndk. Essentially, after this patch, you can have: development/ndk/android-N/arch-$ABI/ ==> contains only files relevant to API level 'N' that are not already part of API level 'N-1', 'N-2', etc... development/ndk/android-N/samples/ ==> contains samples that depend on features of a given API level 'N'. The idea is to be able to work on API level 'N+1' by adding a single directory under development/ndk. This is useful when branching between several platform release branches. And it makes platform additions trivial to examine and check. + build/tools/build-platforms.sh: group all files under development/ndk under $NDK/platforms and $NDK/samples, grouping everything together + build/tools/dev-cleanup.sh: get rid of all intermediate files, including $NDK/platforms and $NDK/samples + update make-release.h to deal with the new hotness. Change-Id: I1c26052b862af4c319b9c0a5757c585929650562
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7b44afe83..f7b9ce038 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,8 @@
Thumbs.db
local.properties
build.xml
+samples/*
+build/platforms/*
samples/*/libs/
samples/*/bin/
samples/*/obj/