X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.gitignore;h=ef02689c5d68b95a9fd91783b55e849256468f11;hb=3a72f7b84bdc35984bc12be49dce7bb82dbb532f;hp=717f5fe031af4105d05a8ebd3db8f13877ec2e28;hpb=f09ae11e8959e2d751bef3ee930bf678f7164e1d;p=oweals%2Fminetest_game.git 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/*