diff options
author | Tim <t4im@users.noreply.github.com> | 2016-08-05 15:55:19 +0200 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2016-08-05 15:55:19 +0200 |
commit | 18dd1207844cd0296a91288cc22ace9a04f39b77 (patch) | |
tree | 7cf9cd357855848e03bbe13b8490b159cc0611b9 /.gitignore | |
parent | bd930a9f15e2e8c767e2d7a9f3c817f8fde92ae7 (diff) |
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef02689 --- /dev/null +++ b/.gitignore @@ -0,0 +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/* |