- gitignore config.h.in~.

This commit is contained in:
W.C.A. Wijngaards 2019-05-28 11:12:41 +02:00
parent 14b11384a4
commit e2a2dcdfd5
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@
/Makefile
/autom4te.cache/
/config.h
/config.h.in~
/config.log
/config.status
/dnstap/dnstap_config.h

View file

@ -1,5 +1,6 @@
28 May 2019: Wouter
- Fix to define _OPENBSD_SOURCE to get reallocarray on NetBSD.
- gitignore config.h.in~.
27 May 2019: Wouter
- Fix double file close in tcp pipelined response code.