mirror of
https://github.com/mirror/wget.git
synced 2024-12-26 21:00:26 +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
|
||||
testenv/*.log
|
||||
testenv/*.trs
|
||||
fuzz/*
|
||||
!fuzz/*.*
|
||||
fuzz/*.o
|
||||
fuzz/*.log
|
||||
fuzz/*.trs
|
||||
# build-aux/
|
||||
build-aux/.gitignore
|
||||
build-aux/ar-lib
|
||||
@ -60,6 +65,7 @@ po/Makevars
|
||||
po/POTFILES
|
||||
po/wget.pot
|
||||
po/stamp-po
|
||||
po/remove-potcdate.sed
|
||||
# src/
|
||||
src/.deps/
|
||||
src/Makefile
|
||||
@ -88,9 +94,16 @@ testenv/Makefile.in
|
||||
tests/Makefile
|
||||
tests/Makefile.in
|
||||
tests/unit-tests
|
||||
tests/unit-tests.o
|
||||
tests/.deps/
|
||||
tests/certs/interca.conf
|
||||
tests/certs/rootca.conf
|
||||
# util/
|
||||
util/Makefile
|
||||
util/Makefile.in
|
||||
# fuzz/
|
||||
fuzz/.deps/
|
||||
fuzz/Makefile.in
|
||||
# others
|
||||
/tags
|
||||
/cscope.out
|
||||
|
Loading…
Reference in New Issue
Block a user