Files
qtmultimedia/.gitignore
Stephen Kelly 3110de97b6 Add the CMake directory created during unit testing to .gitignore.
Change-Id: I98a8c1a1231c558b75fd02419237546face4dfcf
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
2012-07-24 12:14:14 +02:00

44 lines
378 B
Plaintext

Makefile*
*.pdb
*.exe
*.dll
*.ilk
*.obj
*.lib
*.res
*.exp
*.manifest
*_resource.rc
moc_*.cpp
ui_*.h
qrc_*.cpp
*.moc
.qmake.cache
config.log
*.pro.user
tmp
*.o
*.app
*.dylib
*.framework
#
# Includes
#
include
src/multimedia/qtmultimediaversion.h
src/multimediawidgets/qtmultimediawidgetsversion.h
#
# Snippets
#
*.so
*.so.*
#
# Tests
#
tst_*
!tst_*.cpp
tests/auto/cmake/build