.gitignore 288 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .DS_Store
  2. .bash_history
  3. .bash_profile
  4. .viminfo
  5. .tintin/*
  6. .local
  7. .cache
  8. .lesshst
  9. bin/tt++
  10. bin/tt-*
  11. bin/tmux*
  12. !bin/tmux-ui
  13. log/*
  14. !log/.gitkeep
  15. ids/*
  16. !ids/DEFAULT
  17. !ids/EXAMPLE
  18. tmux/*
  19. foo.tin
  20. bar.tin
  21. mwe.tin
  22. bug.tin
  23. test.tin
  24. out
  25. out[1-9]
  26. *.out
  27. *.old
  28. *.bak
  29. *.jpg
  30. *.png
  31. var/*
  32. var
  33. data/*