uvg266/.gitignore
Arttu Ylä-Outinen 6eb89a2813 Adjust Makefile for building kvazaar.dll.
Adds targets "kvazaar.dll" and "install-dll" to the Makefile.
2015-07-02 16:58:30 +03:00

25 lines
334 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
# Other files
*.exe
*.o
*.d
*.log
.kdev4
src/kvazaar
src/libkvazaar.so.*
src/kvazaar.dll
src/libkvazaar.dll.a