aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAdrien Leravat <aleravat@witekio.com>2018-08-24 04:42:50 +0000
committerSona Kurazyan <sona.kurazyan@qt.io>2018-12-14 12:20:26 +0000
commit2b3755c8e6587c6a720dd8dcfaafca6e2ba755a9 (patch)
tree12c2287fba0edee83e5153ca6ab4574d14d78f23 /.gitignore
parentaeb607e972af3be78cc25435a52a1fbd900fb8af (diff)
Add the CoAP module, providing a client for Qt
Features: - Send GET/POST/PUT/DELETE requests - Discover resources (single server) - Observe resources and cancel the observation - Blockwise requests and replies - Requests (and replies) can be confirmable or non-confirmable - Some options can be added to the request - Replies can be received in a separate or piggybacked message Change-Id: I31e0e20a4f19bdc6d6489281fde73a4ff848eda4 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore63
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..70ac2a0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,63 @@
+# C++ objects and libs
+
+*.slo
+*.lo
+*.o
+*.a
+*.la
+*.lai
+*.so
+*.dll
+*.dylib
+
+# Qt-es
+
+object_script.*.Release
+object_script.*.Debug
+*_plugin_import.cpp
+/.qmake.cache
+/.qmake.stash
+*.pro.user
+*.pro.user.*
+*.qbs.user
+*.qbs.user.*
+*.moc
+moc_*.cpp
+moc_*.h
+qrc_*.cpp
+ui_*.h
+*.qmlc
+*.jsc
+Makefile*
+*build-*
+
+# Qt unit tests
+target_wrapper.*
+
+# QtCreator
+
+*.autosave
+
+# QtCtreator Qml
+*.qmlproject.user
+*.qmlproject.user.*
+
+# QtCtreator CMake
+CMakeLists.txt.user*
+
+# Generated files
+/include
+/lib
+/mkspecs
+/src/coap/QtCoap.version*
+.pch
+tests/auto/qcoapclient/qcoapclient
+tests/auto/qcoapconnection/qcoapconnection
+tests/auto/qcoapmessage/qcoapmessage
+tests/auto/qcoapreply/qcoapreply
+tests/auto/qcoaprequest/qcoaprequest
+tests/auto/qcoapresource/qcoapresource
+
+# Other
+*.swp
+