update gitignore list
This commit is contained in:
parent
ebe310b360
commit
a611a1c66d
1 changed files with 21 additions and 3 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -18,14 +18,32 @@ tags
|
||||||
*.dylib
|
*.dylib
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
compile
|
compile
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
gumbo.pc
|
||||||
|
gumbo_test
|
||||||
|
gumbo_test.log
|
||||||
|
gumbo_test.trs
|
||||||
install-sh
|
install-sh
|
||||||
missing
|
|
||||||
stamp-h1
|
|
||||||
Makefile.in
|
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
|
m4/
|
||||||
|
missing
|
||||||
|
test-driver
|
||||||
|
test-suite.log
|
||||||
|
|
||||||
|
tests/*.log
|
||||||
|
tests/*.trs
|
||||||
|
configure.scan
|
||||||
|
autoscan.log
|
||||||
|
.libs
|
||||||
|
.deps
|
||||||
|
|
Loading…
Reference in a new issue