aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Implements test application for sensors.Vladimir Chtchetkine2012-03-221-0/+1
| | | | | | | | This application is intended to run in the emulator to test sensor emulation. This app listens to all the available sensors, and display their values on the screen. So, it's easy to see if sensor emulation works using this application. Change-Id: Iff4f9898fcfa6842bc4644e977dd8fa27972f60f
* SDK: Switch to Eclipse 3.6.2 RCP+CDT for build_serverRaphael2011-11-081-0/+1
| | | | Change-Id: I3fab918d5d9ed96d753410cfe3cf58a06788a058
* Fix buildTor Norbye2011-10-041-0/+1
| | | | Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
* Add Apache Http-Client library files to ADT.Raphael Moll2011-08-111-0/+1
| | | | | | | This is a follow up to Change I084d78dd from prebuilt.git to add the files required by sdklib to ADT. Change-Id: I651ddf8f6dec480843c5bccd7d3296227b262937
* Make the plugin build script for for Mac OSXTor Norbye2011-08-091-0/+15
| | | | | | | | | The build_server script used to build the plugin zip file was Linux specific. This changeset tweaks the scripts such that they will also run on Mac OSX. It also adds various .gitignore filters such that the temporary files created by the build script are ignored by git. Change-Id: I77cfe6bfb65be86c11beb50bcab9c345433b5a8e
* Add ability to detect incomplete test runs to InstrumentationResultParser.Brett Chabot2010-03-041-1/+1
| | | | | | And clean-up whitespace. Change-Id: Icb6bd5c8bf403fda0de436d4b9e732e7ea976267
* ADT #1844909: SDK manager, define XML schemas & sample XMLsRaphael2009-05-141-0/+1
| | | | | | For reference, there's an XSD primer here: - http://www.w3.org/TR/xmlschema-0/#NS - http://www.w3schools.com/Schema/
* ADT #1715616: "New Android Test Project" wizard.Raphael2009-05-081-0/+2
| | | | Also updates eclipse/changes.txt
* Ignore compiled python files.Mike Lockwood2009-05-071-0/+1
| | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* Split development/.gitignore into separate gitignore files per project.Raphael2009-04-261-62/+0
| | | | | Added missing gitignore for layoutlib_utils. Changed mkstubs build path to use prebuilt/asm-3.1 instead of asm-3.1 project.
* Add Eclipse projects bin folders to the gitignore list.Xavier Ducrohet2009-04-241-0/+15
|
* ADT #1810565: Fix symlinks for ADT/DDMS show up in gitRaphael Moll2009-04-231-0/+48
Use a .gitignore to prevent files created by ./development/tools/eclipse/scripts/create_all_symlinks.sh from appearing in git. This is for Linux. Not sure if we need to amend that for Mac/Windows.