101 lines
1.4 KiB
Plaintext
Executable File
101 lines
1.4 KiB
Plaintext
Executable File
#
|
|
# NOTE! Don't add files that are generated in specific
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
# in that subdirectory instead.
|
|
#
|
|
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
|
# command after changing this file, to see if there are
|
|
# any tracked files which get ignored after the change.
|
|
#
|
|
# Normal rules
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.s
|
|
*.so.dbg
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
*.order
|
|
*.elf
|
|
*.tar
|
|
*.gz
|
|
*.bz2
|
|
*.lzma
|
|
*.xz
|
|
*.lz4
|
|
*.lzo
|
|
*.gcno
|
|
*.dwo
|
|
*.su
|
|
*.swo
|
|
*.swp
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
/tags
|
|
/TAGS
|
|
|
|
#
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
#
|
|
!.gitignore
|
|
!.mailmap
|
|
|
|
# cscope files
|
|
cscope.*
|
|
ncscope.*
|
|
|
|
# gnu global files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
|
|
# id-utils files
|
|
ID
|
|
|
|
*.orig
|
|
*~
|
|
\#*#
|
|
|
|
#
|
|
# Leavings from module signing
|
|
#
|
|
extra_certificates
|
|
signing_key.pem
|
|
signing_key.priv
|
|
signing_key.x509
|
|
x509.genkey
|
|
|
|
# Kconfig presets
|
|
all.config
|
|
|
|
# Kdevelop4
|
|
*.kdev4
|
|
|
|
out/*
|
|
tmp/*
|
|
|
|
# SDK files
|
|
dl/*
|
|
tools/*
|
|
prebuilt/*
|
|
toolchain/*
|
|
lichee/xr806/tools/*
|
|
lichee/melis-v3.0/toolchain/*
|
|
lichee/melis-v3.0/tools/*
|
|
lichee/brandy-2.0/tools/*
|
|
external/eyesee-mpp/middleware/sun8iw21/sample/*
|
|
external/eyesee-mpp/external/civetweb/*
|
|
package/*
|
|
|
|
device/config/chips/v851s3/bin/*
|
|
device/config/chips/v851s3/configs/default/riscv.fex
|
|
device/config/chips/v851s/bin/*
|
|
device/config/chips/v851s/configs/default/riscv.fex
|
|
target/allwinner/v851s3-fastboot_sl100_front/temp_usr/*
|