aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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.