Skip to content

Commit ff4b1ff

Browse files
committed
Exclude generated files from hex package
1 parent f1bea09 commit ff4b1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mix.exs

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ defmodule Membrane.RTMP.Mixfile do
7474
"GitHub" => @github_url,
7575
"Membrane Framework Homepage" => "https://membraneframework.org"
7676
},
77-
files: ["lib", "mix.exs", "README*", "LICENSE*", ".formatter.exs", "bundlex.exs", "c_src"]
77+
files: ["lib", "mix.exs", "README*", "LICENSE*", ".formatter.exs", "bundlex.exs", "c_src"],
78+
exclude_patterns: [~r"c_src/.*/_generated.*"]
7879
]
7980
end
8081

0 commit comments

Comments
 (0)