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: #2862
PR-URL: #2885
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
  • Loading branch information
bnoordhuis committed Jun 16, 2020
1 parent c70dd70 commit 20756b1
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 20756b1

Please sign in to comment.