diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2023-03-03 11:46:31 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2023-03-03 11:46:31 +0100 |
commit | 75b27485e1eef31afebf1b103785ce505467db2c (patch) | |
tree | 77a0abc1d87e9bab9f484cb5dfab0f92f00d5118 | |
parent | [GtkUI] Enable remapping of keyboard shortcuts (diff) | |
download | deluge-75b27485e1eef31afebf1b103785ce505467db2c.tar.xz deluge-75b27485e1eef31afebf1b103785ce505467db2c.zip |
Add metainfo.xml to gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 15fb2aa88..9ea43d0ba 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ deluge.pot deluge/ui/web/js/*.js deluge/ui/web/js/extjs/ext-extensions*.js *.desktop -*.appdata.xml +*.metainfo.xml .build_data* osx/app RELEASE-VERSION |