[git]: add .gitignore

Change-Id: I2db1f35df1a868b9aa3c461be971d3ba98aa41f6
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen 2016-08-23 09:14:41 +08:00
parent 1e3649830e
commit 6c838b8037

41
.gitignore vendored Normal file
View File

@ -0,0 +1,41 @@
#
# 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
*~
\#*#