Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KusakabeShi committed Aug 5, 2021
0 parents commit d085e27
Show file tree
Hide file tree
Showing 308 changed files with 139,238 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dir-locals.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
; BIRD project coding conventions

((c-mode
(c-file-style . "bsd")
(c-basic-offset . 2)
(fill-column . 80)
(show-trailing-whitespace . t)))
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/autom4te.cache/
/obj/
/Makefile
/bird
/birdc
/birdcl
/bird.conf
/bird.log
/config.log
/config.status
/configure
/sysdep/autoconf.h.in
/sysdep/autoconf.h.in~
/cscope.*

0 comments on commit d085e27

Please sign in to comment.