From 60b04065f4290b47be65883e3b21f2c6dc51d248 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Thu, 3 Dec 2020 12:45:33 -0500 Subject: [PATCH] fix more github-linguist stuff (#451) --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index f3ca70a79e..7cef57d503 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,12 @@ *.ipynb linguist-vendored *.tex linguist-documentation +*.bib linguist-documentation +*.[123]d* linguist-vendored +*.[12] linguist-vendored +*.mg linguist-vendored +*.M2 linguist-vendored +*.3alpha linguist-vendored +*.nse linguist-vendored + +*.H linguist-language=C++