Skip to content

Commit 6dfcede

Browse files
committedDec 19, 2024
Ignore build-aux/config.guess, build-aux/config.sub
These currently aren't installed by `autoreconf --install`, but ignore them anyway as a defensive measure.

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ release
77
/Makefile.in
88
/aclocal.m4
99
/autom4te.cache/
10+
/build-aux/config.guess
11+
/build-aux/config.sub
1012
/build-aux/install-sh
1113
/build-aux/missing
1214
/build-aux/tap-driver.sh

‎autogen

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ try mkdir -p build-aux/m4
1313
# Remove the files to truly force them to be updated.
1414
try rm -f \
1515
aclocal.m4 \
16+
build-aux/config.guess \
17+
build-aux/config.sub \
1618
build-aux/install-sh \
1719
build-aux/missing \
1820
build-aux/tap-driver.sh \

0 commit comments

Comments
 (0)
Please sign in to comment.