From a65eaa7cf2b730ae1db2285a9ea354de4d598497 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 29 Aug 2016 18:25:40 +0200 Subject: [PATCH] update .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index b25c15b..ef02689 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,22 @@ +## Files related to minetest development cycle +/*.patch +# GNU Patch reject file +*.rej + +## Editors and Development environments *~ +*.swp +*.bak* +*.orig +# Vim +*.vim +# Kate +.*.kate-swp +.swp.* +# Eclipse (LDT) +.project +.settings/ +.buildpath +.metadata +# Idea IDE +.idea/*