.gitignore 136 B

123456789101112
  1. ## Generic ignorable patterns and files
  2. *~
  3. .*.swp
  4. *bak*
  5. tags
  6. *.vim
  7. *.orig
  8. *.rej
  9. ## Files related to minetest development cycle
  10. *.patch