]> granicus.if.org Git - gc/blob - .gitattributes
.gitattributes: Update after BCC_MAKEFILE removal
[gc] / .gitattributes
1 # Git repo attributes.
2
3 # Ensure all text files have normalized (LF) line endings in the repository.
4 * text=auto
5
6 # These files should use CR/LF line ending:
7 /digimars.mak -text
8
9 # Note: "core.eol" configuration variable controls which line endings to use
10 # for the normalized files in the working directory (the default is native).