From cd5893db02707b4ee6e4381503803c8b60296b0f Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 20 Sep 2015 16:31:29 +0200 Subject: [PATCH] Gitignore: Update to ignore additional ide/editors --- .gitignore | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) 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/* -- 2.25.1