aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2011-09-23 13:42:48 +0200
committerDavid 'Digit' Turner <digit@google.com>2011-09-30 02:37:32 +0200
commita6dfe5f70959a596290e1591579d26a288a1a2f9 (patch)
treefc577074c246ff7c044cd404cddaa37acf3b6170 /.gitignore
parent3da537977a724ebf88ba889f0d8177ea20f5c007 (diff)
downloadndk-a6dfe5f70959a596290e1591579d26a288a1a2f9.tar.gz
build-host-sed.sh: new script to build sed from sources
This patch adds build-host-sed.sh that can be used to rebuild host versions of the sed tool, which will be placed under prebuilt/<system>/bin/ This is mainly for native Win32 support, since we can't rely on having a working sed in this environment. A future patch will modify the NDK build system to use the prebuilt binary automatically. + Add prebuilt/ to .gitignore + Remove prebuilt/ in dev-cleanup.sh Change-Id: Ibe3561c189e90dde68023b7cbe1e9dc03dff1004
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4af96ed4e..8e1231414 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ samples/
platforms/
toolchains/*/prebuilt/
/ndk-stack*
+prebuilt/