.gitignore 418 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ## TubeMan .gitignore file
  2. # generated files
  3. README
  4. *.tar.*
  5. *.dh-orig
  6. *.uncrustify
  7. debian/
  8. # configure
  9. config.*
  10. [Mm]akefile*
  11. !*.a[mc]
  12. # autotools
  13. autom4te.cache/
  14. m4/
  15. .deps
  16. /ABOUT-NLS
  17. /autoscan*.log
  18. /compile
  19. /configure*
  20. /depcomp
  21. /INSTALL
  22. /install-sh
  23. /missing
  24. # Linux
  25. *~
  26. .Trash-*
  27. # macOS
  28. ._*
  29. .DS_Store
  30. .Spotlight-V100
  31. .TemporaryItems
  32. .Trashes
  33. Temporary Items
  34. # Windows
  35. $RECYCLE.BIN/
  36. [Dd]esktop.ini
  37. Thumbs.db
  38. *.lnk