Skip to content

Commit 7f8e6e4

Browse files
committed
add comments about file exclusions
1 parent fa1b0c7 commit 7f8e6e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ defmodule Scenic.Mixfile do
3939
files: [
4040
"Makefile",
4141
"Makefile.win",
42-
"c_src/*.[ch]",
43-
"lib/**/*.ex",
42+
"c_src/*.[ch]", # only include *.c and *.h files
43+
"lib/**/*.ex", # only include *.ex files
4444
"mix.exs",
4545
"README.md"
4646

0 commit comments

Comments
 (0)