Skip to content

Commit

Permalink
Remove .gitattributes to eliminate "text=auto".
Browse files Browse the repository at this point in the history
"text=auto" causes git to want to change the line endings on plf_colony.h
from CRLF to LF on every checkout, leaving changes in your working directory.
Then if you `git commit -a`, those changed line endings get committed!
https://stackoverflow.com/questions/5834014/lf-will-be-replaced-by-crlf-in-git-what-is-that-and-is-it-important

Removing "text=auto" solves this problem.

The only other stuff in this file was related to file types that
don't appear in SG14's repo.
  • Loading branch information
Quuxplusone committed Sep 25, 2018
1 parent 3e2a576 commit 0c12e72
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .gitattributes

This file was deleted.

0 comments on commit 0c12e72

Please sign in to comment.