diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-15 07:27:07 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-15 15:51:47 -0700 |
commit | 26d8beb7668d88124a954c163de9b1ce1b082c39 (patch) | |
tree | ad513f555e1e06ee4fbf6f19a5f14dbb05957c30 /.gitignore | |
parent | 7319b50a5d7c46abd7495aa51740ec6cb0ec0141 (diff) | |
download | subsurface-26d8beb7668d88124a954c163de9b1ce1b082c39.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |