mpp/.gitignore
Herman Chen 6c838b8037 [git]: add .gitignore
Change-Id: I2db1f35df1a868b9aa3c461be971d3ba98aa41f6
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
2016-08-23 09:14:41 +08:00

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
*~
\#*#