.gitignore 351 B

12345678910111213141516171819
  1. ## Generic ignorable patterns and files
  2. *~
  3. .*.swp
  4. *bak*
  5. tags
  6. *.vim
  7. debug.txt
  8. .vscode/
  9. /mods/ctf/ctf_map/textures/*Up.*
  10. /mods/ctf/ctf_map/textures/*Down.*
  11. /mods/ctf/ctf_map/textures/*Front.*
  12. /mods/ctf/ctf_map/textures/*Back.*
  13. /mods/ctf/ctf_map/textures/*Left.*
  14. /mods/ctf/ctf_map/textures/*Right.*
  15. /mods/ctf/ctf_map/textures/*_screenshot.png
  16. *.blend1