mirror of
https://github.com/rockchip-linux/mpp.git
synced 2024-11-27 12:04:20 +08:00
6c838b8037
Change-Id: I2db1f35df1a868b9aa3c461be971d3ba98aa41f6 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
42 lines
474 B
Plaintext
42 lines
474 B
Plaintext
#
|
|
# Normal rules
|
|
#
|
|
.*
|
|
*.swp
|
|
|
|
#
|
|
# Generated cmake build files
|
|
#
|
|
# linux Makefile
|
|
build/*/*/CMakeCache.txt
|
|
build/*/*/CMakeFiles/
|
|
build/*/*/CTestTestfile.cmake
|
|
build/*/*/Makefile
|
|
build/*/*/cmake_install.cmake
|
|
build/*/*/mpp/
|
|
build/*/*/osal/
|
|
build/*/*/test/
|
|
build/*/*/utils/
|
|
|
|
#
|
|
# Generated include files
|
|
#
|
|
mpp/version.h
|
|
|
|
#
|
|
# git files that we don't want to ignore even it they are dot-files
|
|
#
|
|
!.gitignore
|
|
!.mailmap
|
|
|
|
# gnu global files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
ID
|
|
|
|
*.orig
|
|
*~
|
|
\#*#
|