This avoid the following error: test/Makefile.am:17: compiling `main.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' Since this will create scripts like ./compile, ./depcomp etc we also need to add those to the .gitignore file. After applying this patch you may need to rerun 'autoreconf -i'.
29 lines
297 B
Plaintext
29 lines
297 B
Plaintext
*~
|
|
.deps
|
|
.libs
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
Makefile.in
|
|
Makefile
|
|
aclocal.m4
|
|
autom4te.cache
|
|
compile
|
|
config.guess
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
stamp-h1
|
|
test/test_dyn
|
|
test/test_static
|
|
vhostmd/vhostmd
|
|
vm-dump-metrics/vm-dump-metrics
|