mirror of
https://github.com/HermanChen/mpp.git
synced 2026-07-04 15:06:55 +00:00
2b7df1d72d
Change-Id: Ifc1263d46c5abc0f9f702f2e7ff6b1ae9658d97a Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
111 lines
894 B
Plaintext
111 lines
894 B
Plaintext
#
|
|
# cache files
|
|
#
|
|
*~
|
|
*.swp
|
|
*.gc??
|
|
|
|
#
|
|
# gnu global files
|
|
#
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
ID
|
|
cscope.in.out
|
|
cscope.out
|
|
cscope.po.out
|
|
tags
|
|
.prjBuild.sh
|
|
.prjDebug.sh
|
|
prjBuild.sh
|
|
prjDebug.sh
|
|
debug.gdb
|
|
|
|
#
|
|
# GNU Autotools
|
|
#
|
|
aclocal.m4
|
|
autom4te.cache
|
|
config.h
|
|
config.h.in
|
|
config.h-new
|
|
config.log
|
|
config.status
|
|
config.guess
|
|
config.sub
|
|
config.rpath
|
|
configure
|
|
libtool
|
|
stamp-h
|
|
stamp-h.in
|
|
stamp-h1
|
|
ltmain.sh
|
|
missing
|
|
mkinstalldirs
|
|
compile
|
|
install-sh
|
|
depcomp
|
|
autoregen.sh
|
|
ABOUT-NLS
|
|
/INSTALL
|
|
_stdint.h
|
|
.dirstamp
|
|
/m4
|
|
.deps
|
|
.libs
|
|
*.lo
|
|
*.la
|
|
*.o
|
|
Makefile.in
|
|
Makefile
|
|
/m4
|
|
tmp-orc.c
|
|
*orc.h
|
|
|
|
#
|
|
# VS
|
|
#
|
|
Build
|
|
*.user
|
|
*.suo
|
|
*.ipch
|
|
*.sdf
|
|
*.opensdf
|
|
*.DS_Store
|
|
|
|
/test-driver
|
|
*.log
|
|
*.trs
|
|
|
|
/subprojects
|
|
|
|
#
|
|
# Building cache
|
|
#
|
|
/build
|
|
/mpp/version.h
|
|
|
|
#
|
|
# Debian
|
|
#
|
|
/obj-arm-linux-gnueabihf/
|
|
/obj-aarch64-linux-gnu/
|
|
|
|
#
|
|
# VSCode
|
|
#
|
|
.vscode/
|
|
.code-workspace
|
|
|
|
#
|
|
# Clangd
|
|
#
|
|
.cache
|
|
.clangd
|
|
.clang-format
|
|
compile_commands.json
|
|
|
|
# claude
|
|
.claude |