From e2bc7e4fd4ef741c83e6bf2ae21ebc936c219318 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sun, 26 Mar 2017 11:26:29 +0200 Subject: [PATCH] Fix github language statistics. As documented in https://github.com/github/linguist#overrides and from the conversation in https://github.com/github/linguist/issues/3540 we add a .gitattributes file to the project wherein we pretend that the sql files are all vendored-in. This should allow GitHub to realize that pgloader is all about Common Lisp and not a single line of PLpgSQL... --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2162d54 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test/**/*.sql linguist-vendored