summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 1 deletions
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" }