You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
1.4 KiB

  1. # auto for anything unspecified
  2. * text=auto
  3. # sources
  4. *.c text
  5. *.cc text
  6. *.cxx text
  7. *.cpp text
  8. *.c++ text
  9. *.hpp text
  10. *.h text
  11. *.h++ text
  12. *.hh text
  13. *.bat text
  14. *.coffee text
  15. *.css text
  16. *.htm text
  17. *.html text
  18. *.inc text
  19. *.ini text
  20. *.js text
  21. *.jsx text
  22. *.json text
  23. *.less text
  24. *.php text
  25. *.pl text
  26. *.py text
  27. *.rb text
  28. *.sass text
  29. *.scm text
  30. *.scss text
  31. *.sh text
  32. *.sql text
  33. *.styl text
  34. *.ts text
  35. *.xml text
  36. *.xhtml text
  37. # make files (need to always use lf for compatibility with Windows 10 bash)
  38. Makefile eol=lf
  39. *.mk eol=lf
  40. # make files (need to always use lf for compatibility with Windows 10 bash)
  41. *.sh eol=lf
  42. # documentation
  43. *.markdown text
  44. *.md text
  45. *.mdwn text
  46. *.mdown text
  47. *.mkd text
  48. *.mkdn text
  49. *.mdtxt text
  50. *.mdtext text
  51. *.txt text
  52. AUTHORS text
  53. CHANGELOG text
  54. CHANGES text
  55. CONTRIBUTING text
  56. COPYING text
  57. INSTALL text
  58. license text
  59. LICENSE text
  60. NEWS text
  61. readme text
  62. *README* text
  63. TODO text
  64. GRAPHICS
  65. *.ai binary
  66. *.bmp binary
  67. *.eps binary
  68. *.gif binary
  69. *.ico binary
  70. *.jng binary
  71. *.jp2 binary
  72. *.jpg binary
  73. *.jpeg binary
  74. *.jpx binary
  75. *.jxr binary
  76. *.pdf binary
  77. *.png binary
  78. *.psb binary
  79. *.psd binary
  80. *.svg text
  81. *.svgz binary
  82. *.tif binary
  83. *.tiff binary
  84. *.wbmp binary
  85. *.webp binary
  86. # hex files
  87. *.hex binary
  88. *.eep binary
  89. nix/sources.nix linguist-generated=true