From 1a91f83970cc89faea639f766714158c8ec1cb87 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Sat, 6 Jan 2024 13:03:49 -0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 0a697e1..a69d6ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,6 @@ *.ico binary *.pdf binary *.exe binary +# Exclude sqlite From Stats +include/sqlite3.h linguist-vendored +src/sqlite3.c linguist-vendored \ No newline at end of file