Skip to content

Commit 70fa901

Browse files
committed
chore(git): ignore config.guess and config.sub
`autoreconf -i` on at least Ubuntu 24.04 adds them.
1 parent 8cb5fac commit 70fa901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ Makefile
1919
Makefile.in
2020
/aclocal.m4
2121
/autom4te.cache/
22+
/config.guess
2223
/config.log
2324
/config.status
25+
/config.sub
2426
/configure
2527
/configure.lineno
2628
/install-sh

0 commit comments

Comments
 (0)