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...
This commit is contained in:
Dimitri Fontaine 2017-03-26 11:26:29 +02:00
parent b2f9590f58
commit e2bc7e4fd4

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
test/**/*.sql linguist-vendored