1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

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.
This commit is contained in:
Stacey Sheldon 2012-10-05 19:42:04 -04:00
parent 5ffe555bae
commit 45676f9355

8
.gitignore vendored
View File

@ -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