diff options
author | Raphael <raphael@google.com> | 2009-04-26 18:07:04 -0700 |
---|---|---|
committer | Raphael <raphael@google.com> | 2009-04-26 18:12:36 -0700 |
commit | 43793c7bfa1589ea9c174c205e3dcf6f4e9b1704 (patch) | |
tree | 0b1eb7a37025aa630a68f3e8274eb58c71aa7f52 /ddms | |
parent | 5370943b94faf1922bc16147fcba7f997b58a9b5 (diff) | |
download | sdk-43793c7bfa1589ea9c174c205e3dcf6f4e9b1704.zip sdk-43793c7bfa1589ea9c174c205e3dcf6f4e9b1704.tar.gz sdk-43793c7bfa1589ea9c174c205e3dcf6f4e9b1704.tar.bz2 |
Split development/.gitignore into separate gitignore files per project.
Added missing gitignore for layoutlib_utils.
Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
Diffstat (limited to 'ddms')
-rw-r--r-- | ddms/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ddms/.gitignore b/ddms/.gitignore new file mode 100644 index 0000000..6d833a0 --- /dev/null +++ b/ddms/.gitignore @@ -0,0 +1,4 @@ +app/bin +libs/ddmlib/bin +libs/ddmuilib/bin + |