(add)新增音频文件

This commit is contained in:
huangjituan 2024-09-05 14:35:33 +08:00
parent 113ad77c3b
commit c87ef401f1
9 changed files with 73 additions and 0 deletions

73
package/.gitignore vendored Normal file
View File

@ -0,0 +1,73 @@
tags
#
# 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
*.lzma
*.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