github.com/liangmanlin/routine@v1.1.0/.gitattributes (about)

     1  # Handle line endings automatically for files detected as text
     2  # and leave all files detected as binary untouched.
     3  * text=auto
     4  
     5  #
     6  # The above will handle all files NOT found below
     7  #
     8  # These files are text and should be normalized (Convert crlf => lf)
     9  *.c             text
    10  *.cpp           text
    11  *.go            text
    12  *.h             text
    13  *.md            text
    14  *.mod           text
    15  *.s             text
    16  *.sum           text
    17  
    18  # These files are binary and should be left untouched
    19  # (binary is a macro for -text -diff)
    20  *.dll           binary
    21  *.exe           binary
    22  *.so            binary