From 45676f9355c4b9d82cbdb17ec8e4a62f5d513854 Mon Sep 17 00:00:00 2001 From: Stacey Sheldon Date: Fri, 5 Oct 2012 19:42:04 -0400 Subject: [PATCH] androidgcs: add ignores for command-line android builds Unfortunately, the android command-line tools insist on putting a few files under the source tree. Ideally, these files would go into ./build/androidgcs somewhere. Tell git to ignore them until someone figures out how to force them into the right place. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9478a9c1..ad73a5535 100644 --- a/.gitignore +++ b/.gitignore @@ -72,7 +72,13 @@ GTAGS plane quad -# Ignore auto generated java files +# Ignore intermediate files generated by command-line android builds +# Couldn't figure out how to force these files into the ./build directory +androidgcs/build.xml +androidgcs/local.properties +androidgcs/proguard-project.txt + +# Ignore build output from Eclipse android builds androidgcs/bin/ androidgcs/gen/ /.cproject