* .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 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