.gitignore: remove idea, nose and qmake translation patterns
commit6e59e0d629ce7d3db0e66814c7585a841732b888
authorDavid Aguilar <davvid@gmail.com>
Fri, 20 Oct 2023 08:12:01 +0000 (20 01:12 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 20 Oct 2023 08:12:28 +0000 (20 01:12 -0700)
tree3b7abc24853be1c0de0ea9cf1c55782a2a977a30
parenta3171c1a583bdb68918cb6db578cf7c04e8ddddf
.gitignore: remove idea, nose and qmake translation patterns

I do not use "idea" and do not know what it is.
We no longer use nose and our translations are .po files these days,
not theh Qt-specific .qm translation files.

The vim .swp patterns probably aren't needed, but vim is the only
editor that gets special treatment so we'll keep it.

I personally have my nvim setup to write swap files into a central
directory under ~/.cache/nvim/swap, so this setting isn't something I
use personally, but it doesn't hurt the occasional vim user.

Related-to: #553
Signed-off-by: David Aguilar <davvid@gmail.com>
.gitignore