Initial addition of dragonflybsd (based on FreeBSD)

This commit is contained in:
Diederik de Groot
2017-04-19 16:12:17 +02:00
parent 5570748dd2
commit b258d6e53e
13 changed files with 1214 additions and 10 deletions

7
.gitignore vendored
View File

@ -4,6 +4,11 @@ htop
# all object files
*.o
# skip all backups
*.bak
*~
# skip coverage files
*.gcda
*/*.gcda
*.gcno
@ -22,6 +27,7 @@ config.h
config.h.in
config.log
config.status
config.cache
config.sub
configure
depcomp
@ -32,4 +38,3 @@ ltmain.sh
m4/
missing
stamp-h1