From: Tim Date: Sun, 20 Sep 2015 14:31:29 +0000 (+0200) Subject: Gitignore: Update to ignore additional ide/editors X-Git-Tag: 0.4.15~168 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cd5893db02707b4ee6e4381503803c8b60296b0f;p=oweals%2Fminetest_game.git Gitignore: Update to ignore additional ide/editors --- diff --git a/.gitignore b/.gitignore index 717f5fe0..ef02689c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,22 @@ -## Generic ignorable patterns and files +## Files related to minetest development cycle +/*.patch +# GNU Patch reject file +*.rej + +## Editors and Development environments *~ -.*.swp -*bak* -tags +*.swp +*.bak* +*.orig +# Vim *.vim - -## Files related to minetest development cycle -*.patch +# Kate +.*.kate-swp +.swp.* +# Eclipse (LDT) +.project +.settings/ +.buildpath +.metadata +# Idea IDE +.idea/*