summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDavid Faure <david.faure@kdab.com>2012-12-04 22:39:56 +0100
committerDavid Faure <david.faure@kdab.com>2012-12-05 11:19:23 +0100
commit5480650d050895ab184186ee3813004da494fc30 (patch)
treedf7b98900fca5c099fca583fd6cc6eb8d1c34c2b /.gitattributes
parent20422631502054cd86a7ef5b1cef6953b72f535c (diff)
downloadqtx11extras-5480650d050895ab184186ee3813004da494fc30.tar.gz
Initial creation of the qtx11support library.
This implements QX11Info again, for source compat with Qt4, on top of the XCB QPA backend. The API and the documentation are forward-ported from Qt4 (minus things that cannot be implemented anymore). The implementation, however, is new (by Richard Moore, in this initial commit). Change-Id: Iff9fd16fa6aaaa54f6d3cc0843b6b6fd08d5b1fb Reviewed-by: Richard J. Moore <rich@kde.org> Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..a96f8f5
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.tag export-subst
+.gitignore export-ignore
+.gitattributes export-ignore