sconsole

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e72748dcd269cd00e23b9524e1bec7b7a8a62b02
parent 099cc8e323a2430cf7408936439401c84492147f
Author: Colin Cross <ccross@android.com>
Date:   Mon, 30 Jul 2012 11:23:10 -0700

Add .gitignore

Add a .gitignore file to ignore .o files and the final target.

Diffstat:
A.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +*.o +sconsole