update .gitignore

This commit is contained in:
August 2019-08-06 20:15:40 +08:00
parent 5c20e85f27
commit f33907443a
10 changed files with 229 additions and 6 deletions

4
android/.gitignore vendored Normal file
View 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
View file

@ -0,0 +1,2 @@
*/modules/
*/kernel

View file

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

View file

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