Skip to content

Commit

Permalink
build: don't .gitignore m4/ax_pthread.m4
Browse files Browse the repository at this point in the history
It was reported that the addition of that file without adding an
exception to m4/.gitignore breaks the tarball autotools build because
the file isn't distributed.

Fixes: libuv#2862
  • Loading branch information
bnoordhuis committed Jun 12, 2020
1 parent ff3ab31 commit a84136e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore libtoolize-generated files.
*.m4
!as_case.m4
!ax_pthread.m4
!libuv-check-flags.m4

0 comments on commit a84136e

Please sign in to comment.