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:
parent
5ffe555bae
commit
45676f9355
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user