Tell Git to ignore .desktop files globally
authorDave Lambert <dave@davelambert.org>
Mon, 26 Nov 2018 12:11:40 +0000 (12:11 +0000)
committerDave Lambert <dave@davelambert.org>
Tue, 27 Nov 2018 13:23:28 +0000 (13:23 +0000)
commit1ec2236211c3413c091f90aa0e853630fd88ba4b
treea0282b7b1d9d8638aa01bd3b15733202a7387cb8
parenteedf0ad8550ad5ed95a48d9770669b80bde66b5d
Tell Git to ignore .desktop files globally

These files are all generated by the build, with the exception of the
template.desktop file, so:

* Have Git ignore all *.desktop files.
* Rename template.desktop to template.desktop.in to
  avoid a clash with this new ignore rule.
* Remove the checked-in image-crop.desktop file, which is built
  anyway.
.gitignore
plugins/Makefile.am
plugins/image-crop/image-crop.desktop [deleted file]
plugins/template.desktop.in [moved from plugins/template.desktop with 100% similarity]
src/main.h