0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-20 10:08:43 +00:00

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>