summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-10-10 22:24:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-10-10 22:24:28 -0400
commit51440f59cdaeab4a74e7c6329977a0595d49696a (patch)
treef69d2ca2c6ba687d022681117c89480efa47ac92
parent7b8a8d77d09a526805a0c9fb1698568b8e932113 (diff)
Don't include HomebrewFormula in crate.
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 521cdad0..a8e82047 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ repository = "https://github.com/BurntSushi/ripgrep"
readme = "README.md"
keywords = ["regex", "grep", "egrep", "search", "pattern"]
license = "Unlicense/MIT"
+exclude = ["HomebrewFormula"]
[[bin]]
bench = false