From 914c606d9eafd4d36eff3a383f04c89f3080877e Mon Sep 17 00:00:00 2001 From: "Kwabena W. Agyeman" Date: Mon, 2 Oct 2023 14:06:19 -0700 Subject: [PATCH] Prevent git from breaking inf files --- .gitattributes | 1 + qt-creator | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..752c2c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.inf binary diff --git a/qt-creator b/qt-creator index 6cf14f7..35a5ca8 160000 --- a/qt-creator +++ b/qt-creator @@ -1 +1 @@ -Subproject commit 6cf14f7e1ec5e0f9748742b3ec63b5e39147dc38 +Subproject commit 35a5ca82e4c5fb4d9e94f7153d87a3e12d7ec1a2