We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40aa4dc commit 1be577fCopy full SHA for 1be577f
.gitignore
@@ -2,20 +2,27 @@
2
*.tar*
3
*~
4
.pytest_cache/
5
-Makefile
6
-Makefile.in
7
__pycache__/
8
pytestdebug.log
9
/.python-version
10
-/aclocal.m4
11
-/autom4te.cache
12
/bash-completion-config-version.cmake
13
/bash-completion-config.cmake
14
/bash-completion.pc
15
/bash_completion.sh
+
+# Files generated by autotools
+Makefile
+Makefile.in
16
+/aclocal.m4
17
+/autom4te.cache
18
+/compile
19
+/depcomp
20
/config.log
21
/config.status
22
+/config.guess
23
+/config.sub
24
/configure
25
/configure.lineno
26
/install-sh
27
+/ltmain.sh
28
/missing
0 commit comments