summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-06-02 09:27:40 -0700
committerGitHub <noreply@github.com>2017-06-02 09:27:40 -0700
commit1f87fc87bc0ffb90e1ff22e19e31b53bfdae64b9 (patch)
tree87e7a742eb9b5591d1ea66c9f2ffc3ffdbfc3bee
parent3092d6130c7f4b462d36377eefffb399c594a6b2 (diff)
parent7f5c594f51042b76d1975e856ad30217177dfbdd (diff)
Auto merge of #731 - emilio:cargo-orig, r=fitzgen
Prevent cargo from packaging orig files. None
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 989b55ec..549de642 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ exclude = [
"bindgen-integration",
"ci",
"tests/**",
+ "*.orig",
]
[badges]