From 6b3134b39c91f68974276c0c9961ebdb231b8f5d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 12 Feb 2019 10:25:48 -1000 Subject: [PATCH] Mark generated files as generated. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index bf4e88576..a88330cd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,8 @@ *.pl linguist-language=Assembly *.bin binary *.der binary +crypto/fipsmodule/ec/ecp_nistz256_table.inl linguist-generated=true +crypto/fipsmodule/ec/ecp_nistz256_table.inl linguist-generated=true +third_party/fiat/curve25519_tables.h linguist-generated=true +third_party/fiat/curve25519_32.h linguist-generated=true +third_party/fiat/curve25519_64.h linguist-generated=true