From 4bc5aa80f05f173d4294d38b9132968aebc4164d Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 12 Jan 2017 11:36:43 -0700 Subject: [PATCH] Repository has migrated from Mercurial to Git. --- .gitattributes | 8 ++++++++ .hgignore => .gitignore | 3 --- .hgeol | 3 --- 3 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 .gitattributes rename .hgignore => .gitignore (61%) delete mode 100644 .hgeol diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3d6c1e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text=auto + +*.c text +*.h text +*.in text +*.py text +*.rst text +*.txt text diff --git a/.hgignore b/.gitignore similarity index 61% rename from .hgignore rename to .gitignore index c76126e..d6d7586 100644 --- a/.hgignore +++ b/.gitignore @@ -1,8 +1,5 @@ -syntax: glob *.pyc build/ dist/ -doc/.build/ -html cx_Oracle.egg-info/ MANIFEST diff --git a/.hgeol b/.hgeol deleted file mode 100644 index 814114b..0000000 --- a/.hgeol +++ /dev/null @@ -1,3 +0,0 @@ -[patterns] -.hgignore = native -** = native