From 1cf1d16f5817fea9da23933aaa00b6f9bf0c71cf Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 14 Oct 2019 19:30:22 +0200 Subject: [PATCH] Add gitattributes --- .gitattributes | 39 +++++++++++++++++++++++++++++++++++++++ install | 2 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d52fc3e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,39 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Documents +*.md text +*.tex text diff=tex +*.adoc text +*.textile text +*.mustache text +*.csv text +*.tab text +*.tsv text +*.txt text +*.sql text + +# Scripts +*.bash text eol=lf +*.fish text eol=lf +*.sh text eol=lf + +# Source files +# ============ +*.pxd text diff=python +*.py text diff=python +*.py3 text diff=python +*.pyc text diff=python +*.pyd text diff=python +*.pyo text diff=python +*.pyw text diff=python +*.pyx text diff=python +*.pyz text diff=python + + +# +# Exclude files from exporting +# + +.gitattributes export-ignore +.gitignore export-ignore \ No newline at end of file diff --git a/install b/install index ff1b5c1..9ed4b8c 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.9.9.3 - 2019-10-11 +# Version 3.9.9.3 - 2019-10-14 # ------------------------------------------------------------------------- # CONTENTS