mirror of
https://github.com/tsukumijima/libmali-rockchip.git
synced 2026-01-24 00:10:50 +01:00
use cmake as new build system and add gitignore
It is time to drop old Makefile.
This commit is contained in:
parent
ca6dfebf62
commit
0ec33bd5e8
3 changed files with 67 additions and 11 deletions
40
.gitignore
vendored
Normal file
40
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
*~
|
||||
*.o
|
||||
*.lo
|
||||
*.la
|
||||
*.orig
|
||||
*.rej
|
||||
*.loT
|
||||
*.bin
|
||||
*.pc
|
||||
.deps
|
||||
.libs
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
compile
|
||||
missing
|
||||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h.in
|
||||
stamp-h1
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
TAGS
|
||||
/debian.upstream/changelog
|
||||
/debian.upstream/control
|
||||
/debian.upstream/libva-vdpau-driver.install
|
||||
CMakeFiles
|
||||
CMakeCache.txt
|
||||
*\.so
|
||||
*\.a
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
*\.debhelper\.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue