mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-11-23 01:53:59 +08:00
48ed174d02
Change-Id: I46438925d03ed36f41feecece69a669329d08fdb Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
92 lines
708 B
Plaintext
92 lines
708 B
Plaintext
#
|
|
# cache files
|
|
#
|
|
*~
|
|
*.swp
|
|
*.gc??
|
|
|
|
#
|
|
# gnu global files
|
|
#
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
ID
|
|
|
|
#
|
|
# 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
|