diff options
author | Tim <t4im@users.noreply.github.com> | 2016-08-29 18:25:40 +0200 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2016-08-29 18:25:40 +0200 |
commit | a65eaa7cf2b730ae1db2285a9ea354de4d598497 (patch) | |
tree | 222cd73ee7365e4f576cbb4fcc3b6032ef095c97 | |
parent | a1ed3acd7a7b65825b2faba4cc81dd42b249ba44 (diff) | |
download | pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.gz pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.bz2 pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.xz pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.zip |
update .gitignore
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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/* |