update .gitignore
This commit is contained in:
parent
5c20e85f27
commit
f33907443a
10 changed files with 229 additions and 6 deletions
4
android/.gitignore
vendored
Normal file
4
android/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
out/
|
||||
prebuilts/tools/darwin-x86_64/bazel/
|
||||
prebuilts/tools/linux-x86_64/bazel/
|
||||
tools/external/gradle/gradle-api-3.5-20170307000048+0000.jar
|
2
android/device/softwinner/.gitignore
vendored
Normal file
2
android/device/softwinner/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*/modules/
|
||||
*/kernel
|
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
# modules.mk generate by extract-files.sh, do not edit it.
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/modules,$(TARGET_COPY_OUT_VENDOR)/modules)
|
Binary file not shown.
|
@ -1,3 +0,0 @@
|
|||
# modules.mk generate by extract-files.sh, do not edit it.
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/modules,$(TARGET_COPY_OUT_VENDOR)/modules)
|
Loading…
Add table
Add a link
Reference in a new issue