https://github.com/lspector/Clojush
Raw File
Tip revision: 800db0dbdcd46cc86b20ffae4f8b9e6a682a426b authored by Lee Spector on 06 January 2020, 04:12:21 UTC
Reformulate (simplify) :knock-off-chip-off-the-old-block
Tip revision: 800db0d
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.clj text
*.txt text
*.py text
*.dat text

# Declare files that will always have CRLF line endings on checkout.

bioavailability.txt -text

# Denote all files that are truly binary and should not be modified.
back to top