.gitattributes 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Copyright 2019 The Crashpad Authors. All rights reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. *.S text eol=lf
  15. *.asm text eol=lf
  16. *.c text eol=lf
  17. *.cc text eol=lf
  18. *.cmx text eol=lf
  19. *.css text eol=lf
  20. *.defs text eol=lf
  21. *.doxy text eol=lf
  22. *.gn text eol=lf
  23. *.gni text eol=lf
  24. *.go text eol=lf
  25. *.gyp text eol=lf
  26. *.gypi text eol=lf
  27. *.h text eol=lf
  28. *.m text eol=lf
  29. *.md text eol=lf
  30. *.mm text eol=lf
  31. *.pem text eol=lf
  32. *.plist text eol=lf
  33. *.proctype text eol=lf
  34. *.py text eol=lf
  35. *.sh text eol=lf
  36. *.sym text eol=lf
  37. *.txt text eol=lf
  38. *.yaml text eol=lf
  39. .clang-format text eol=lf
  40. .gitattributes text eol=lf
  41. .gitignore text eol=lf
  42. .vpython text eol=lf
  43. /AUTHORS text eol=lf
  44. /CONTRIBUTORS text eol=lf
  45. /LICENSE text eol=lf
  46. /codereview.settings text eol=lf
  47. APPLE_LICENSE text eol=lf
  48. COPYING.LIB text eol=lf
  49. DEPS text eol=lf
  50. README text eol=lf
  51. README.crashpad text eol=lf
  52. *.dat binary
  53. *.dll binary
  54. *.ico binary
  55. *.obj binary
  56. *.png binary
  57. *.so binary