* .gitignore: Update gitignore file

This commit is contained in:
Darshit Shah 2019-05-30 11:19:15 +02:00
parent 4ce2f93600
commit 02c059a857

13
.gitignore vendored
View File

@ -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