mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
49 lines
613 B
Plaintext
49 lines
613 B
Plaintext
# Build files
|
|
/bin
|
|
/build/*
|
|
!/build/kvazaar_lib
|
|
/build/kvazaar_lib/*
|
|
!/build/kvazaar_lib/kvazaar_lib.vcxproj
|
|
!/build/kvazaar_lib/kvazaar_lib.vcxproj.filters
|
|
/scons_build_*
|
|
|
|
# Generated documentation
|
|
/doxygen_html
|
|
/doxygen
|
|
|
|
# Autotools generated
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
/Makefile
|
|
/Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux
|
|
/config.h
|
|
/config.h.in*
|
|
/config.status
|
|
/configure
|
|
/kvazaar
|
|
/libtool
|
|
/libkvazaar.la
|
|
/m4
|
|
/stamp-h1
|
|
|
|
# Other files
|
|
*.exe
|
|
*.o
|
|
*.lo
|
|
*.d
|
|
|
|
*.log
|
|
.kdev4
|
|
configure.scan
|
|
src/kvazaar
|
|
src/libkvazaar.a
|
|
src/libkvazaar.so.*
|
|
src/kvazaar.dll
|
|
src/libkvazaar.dll.a
|
|
src/libkvazaar.*.dylib
|
|
src/kvazaar.pc
|