mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-09-26 21:15:53 +08:00
.gitignore: ignore those debian generated files
Those files are generated in Debian package building system. Change-Id: I4be4e583a36c43687b1b40af944722c3f3415ba5 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
102
.gitignore
vendored
102
.gitignore
vendored
@@ -1,41 +1,85 @@
|
|||||||
#
|
#
|
||||||
# Normal rules
|
# cache files
|
||||||
#
|
#
|
||||||
.*
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
*.gc??
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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
|
# gnu global files
|
||||||
|
#
|
||||||
GPATH
|
GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GSYMS
|
GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
ID
|
ID
|
||||||
|
|
||||||
*.orig
|
#
|
||||||
*~
|
# 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/
|
||||||
|
2
build/.gitignore
vendored
Normal file
2
build/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
!*.bash
|
||||||
|
!*.sh
|
12
debian/.gitignore
vendored
Normal file
12
debian/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
/.debhelper/
|
||||||
|
/debhelper-build-stamp
|
||||||
|
/files
|
||||||
|
/librockchip-mpp-dev.substvars
|
||||||
|
/librockchip-mpp-dev/
|
||||||
|
/librockchip-mpp-static.substvars
|
||||||
|
/librockchip-mpp-static/
|
||||||
|
/librockchip-mpp1.substvars
|
||||||
|
/librockchip-mpp1/
|
||||||
|
/librockchip-vpu0.substvars
|
||||||
|
/librockchip-vpu0/
|
||||||
|
/tmp/
|
Reference in New Issue
Block a user