From 9610b4ee8c04d783483e7daf9248865ae867539d Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Tue, 18 Jul 2017 13:40:51 -0400 Subject: Add gitattributes for github linguist --- .gitattributes | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f795e12 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +target/doc/* linguist-generated=true diff --git a/Cargo.toml b/Cargo.toml index 6a97727..06407e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["parser", "email", "rfc822", "mime", "maildir"] categories = ["email", "parsing"] license = "0BSD" -exclude = ["target/doc/**"] +exclude = ["target/doc/**", ".gitattributes"] [badges] travis-ci = { repository = "staktrace/mailparse", branch = "master" } -- cgit v1.2.3