Update .gitignore file reflecting recent changes
Change-Id: I6fc3fe39861f099754d4f2256777da6009911f2f Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
4aafc6c88f
commit
39ed984d37
|
|
@ -40,6 +40,8 @@ examples/bluetooth/btfiletransfer/btfiletransfer
|
||||||
examples/bluetooth/btscanner/btscanner
|
examples/bluetooth/btscanner/btscanner
|
||||||
examples/bluetooth/chat/qml_chat
|
examples/bluetooth/chat/qml_chat
|
||||||
examples/bluetooth/heartlistener/heartlistener
|
examples/bluetooth/heartlistener/heartlistener
|
||||||
|
examples/bluetooth/heartrate-game/heartrate-game
|
||||||
|
examples/bluetooth/heartrate-server/heartrate-server
|
||||||
examples/bluetooth/lowenergyscanner/lowenergyscanner
|
examples/bluetooth/lowenergyscanner/lowenergyscanner
|
||||||
examples/bluetooth/pingpong/pingpong
|
examples/bluetooth/pingpong/pingpong
|
||||||
examples/bluetooth/picturetransfer/qml_picturetransfer
|
examples/bluetooth/picturetransfer/qml_picturetransfer
|
||||||
|
|
@ -48,8 +50,15 @@ examples/nfc/annotatedurl/annotatedurl
|
||||||
examples/nfc/ndefeditor/ndefeditor
|
examples/nfc/ndefeditor/ndefeditor
|
||||||
examples/nfc/poster/qml_poster
|
examples/nfc/poster/qml_poster
|
||||||
examples/nfc/corkboard/qml_corkboard
|
examples/nfc/corkboard/qml_corkboard
|
||||||
|
src/bluetooth/codeattributions.qdoc
|
||||||
src/bluetooth/doc/snippets/bluetooth_cppsnippet
|
src/bluetooth/doc/snippets/bluetooth_cppsnippet
|
||||||
|
src/bluetooth/qtattributionsscanner_wrapper.sh
|
||||||
|
src/bluetooth/qtbluetooth-config.h
|
||||||
|
src/bluetooth/qtbluetooth-config.pri
|
||||||
|
src/bluetooth/qtbluetooth-config_p.h
|
||||||
|
src/nfc/codeattributions.qdoc
|
||||||
src/nfc/doc/snippets/nfc_cppsnippet
|
src/nfc/doc/snippets/nfc_cppsnippet
|
||||||
|
src/nfc/qtattributionsscanner_wrapper.sh
|
||||||
tests/auto/cmake/build
|
tests/auto/cmake/build
|
||||||
tests/auto/qbluetoothaddress/tst_qbluetoothaddress
|
tests/auto/qbluetoothaddress/tst_qbluetoothaddress
|
||||||
tests/auto/qbluetoothdevicediscoveryagent/tst_qbluetoothdevicediscoveryagent
|
tests/auto/qbluetoothdevicediscoveryagent/tst_qbluetoothdevicediscoveryagent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue