Skip to content

Commit c1022e9

Browse files
committed
Update .gitnore rules for generated .zip files
`make Docs.zip` and `make Precompiled.zip` generates names with those files names. The `v-*` format has been deprecated.
1 parent dc39868 commit c1022e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
/lib/elixir/test/ebin/
1111
/man/elixir.1
1212
/man/iex.1
13-
/Docs-v*.zip
14-
/Precompiled-v*.zip
13+
/Docs.zip
14+
/Precompiled.zip
1515
/.eunit
1616
.elixir.plt
1717
erl_crash.dump

0 commit comments

Comments
 (0)