mirror of
https://github.com/mirror/wget.git
synced 2024-12-27 13:20:23 +08:00
* .gitignore: Update gitignore file
This commit is contained in:
parent
4ce2f93600
commit
02c059a857
13
.gitignore
vendored
13
.gitignore
vendored
@ -25,6 +25,11 @@ tests/*.log
|
|||||||
tests/*.trs
|
tests/*.trs
|
||||||
testenv/*.log
|
testenv/*.log
|
||||||
testenv/*.trs
|
testenv/*.trs
|
||||||
|
fuzz/*
|
||||||
|
!fuzz/*.*
|
||||||
|
fuzz/*.o
|
||||||
|
fuzz/*.log
|
||||||
|
fuzz/*.trs
|
||||||
# build-aux/
|
# build-aux/
|
||||||
build-aux/.gitignore
|
build-aux/.gitignore
|
||||||
build-aux/ar-lib
|
build-aux/ar-lib
|
||||||
@ -60,6 +65,7 @@ po/Makevars
|
|||||||
po/POTFILES
|
po/POTFILES
|
||||||
po/wget.pot
|
po/wget.pot
|
||||||
po/stamp-po
|
po/stamp-po
|
||||||
|
po/remove-potcdate.sed
|
||||||
# src/
|
# src/
|
||||||
src/.deps/
|
src/.deps/
|
||||||
src/Makefile
|
src/Makefile
|
||||||
@ -88,9 +94,16 @@ testenv/Makefile.in
|
|||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/Makefile.in
|
tests/Makefile.in
|
||||||
tests/unit-tests
|
tests/unit-tests
|
||||||
|
tests/unit-tests.o
|
||||||
|
tests/.deps/
|
||||||
|
tests/certs/interca.conf
|
||||||
|
tests/certs/rootca.conf
|
||||||
# util/
|
# util/
|
||||||
util/Makefile
|
util/Makefile
|
||||||
util/Makefile.in
|
util/Makefile.in
|
||||||
|
# fuzz/
|
||||||
|
fuzz/.deps/
|
||||||
|
fuzz/Makefile.in
|
||||||
# others
|
# others
|
||||||
/tags
|
/tags
|
||||||
/cscope.out
|
/cscope.out
|
||||||
|
Loading…
Reference in New Issue
Block a user