From 26d8beb7668d88124a954c163de9b1ce1b082c39 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 15 Sep 2018 07:27:07 -0700 Subject: build-system: don't modify a file under git control Instead of editing appdata/subsurface.appdata.xml in place, switch to our usual pattern of modifying a .in file and add the resulting file to .gitignore. Signed-off-by: Dirk Hohndel --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19e54b349..17ec19f15 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ mobile-widgets/qml/kirigami packaging/ios/install-root packaging/ios/Info.plist packaging/ios/Qt +appdata/subsurface.appdata.xml -- cgit v1.2.3-70-g09d2