Skip to content

Commit 1be577f

Browse files
committed
chore(.gitignore): add more autotool files
1 parent 40aa4dc commit 1be577f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.gitignore

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22
*.tar*
33
*~
44
.pytest_cache/
5-
Makefile
6-
Makefile.in
75
__pycache__/
86
pytestdebug.log
97
/.python-version
10-
/aclocal.m4
11-
/autom4te.cache
128
/bash-completion-config-version.cmake
139
/bash-completion-config.cmake
1410
/bash-completion.pc
1511
/bash_completion.sh
12+
13+
# Files generated by autotools
14+
Makefile
15+
Makefile.in
16+
/aclocal.m4
17+
/autom4te.cache
18+
/compile
19+
/depcomp
1620
/config.log
1721
/config.status
22+
/config.guess
23+
/config.sub
1824
/configure
1925
/configure.lineno
2026
/install-sh
27+
/ltmain.sh
2128
/missing

0 commit comments

Comments
 (0)