From e67646371617b78d9bc9c86e47fb068f58a1c977 Mon Sep 17 00:00:00 2001 From: Fabrice Salvaire Date: Sat, 22 Dec 2018 17:20:25 +0100 Subject: [PATCH] git files --- .gitattributes | 9 +++++++++ .gitignore | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6b24951 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# https://git-scm.com/docs/gitattributes + +# *.cir text eol=lf +# *.lib text eol=lf +# *.mod text eol=lf + +*.py text eol=lf +*.rst text eol=lf +*.yml text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57bc430 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +__pycache__ +doc/sphinx/build/ -- GitLab