Merge remote-tracking branch 'origin/misc-fixes'

This commit is contained in:
Ondrej Zajicek (work) 2016-08-23 17:35:26 +02:00
commit 768d013267
7 changed files with 15 additions and 6 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
/Makefile
/bird
/birdc
/birdcl
/config.log
/config.status
/configure
/obj/

View file

@ -30,6 +30,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdint.h>
#include <unistd.h>
#include <libgen.h>
#include <glob.h>