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

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)