summaryrefslogtreecommitdiff
path: root/babeld/.gitignore
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 14:59:41 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-13 14:59:41 -0400
commitca10883edca52ceffddbeb4d7a812f3de9c1f664 (patch)
treea887f2f66e0d133d05432b17e5915d7e27f39f3a /babeld/.gitignore
parent8d7bba28749d767d12190b8a84b7b78b6397c971 (diff)
*: Initial Import of Babeld into FRR
This is a direct copy of: https://github.com/boutier/quagga-merge From the branch babel-merge I copied the babeld directory into FRR and then fixed up everything to compile. Babeld at this point in time when run will more than likely crash and burn in it's interfactions with zebra. I might have messed up the cli, which will need to be looked at extract.pl.in and vtysh.c need to be fixed up. Additionally we probably need to work on DEFUN_NOSH conversion in babeld as well This code comes from: Matthieu Boutier <boutier@irif.fr> Juliusz Chroboczek <jch@irif.fr> Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'babeld/.gitignore')
-rw-r--r--babeld/.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/babeld/.gitignore b/babeld/.gitignore
new file mode 100644
index 0000000000..8384763a65
--- /dev/null
+++ b/babeld/.gitignore
@@ -0,0 +1,7 @@
+*
+!*.c
+!*.h
+!LICENCE
+!Makefile.am
+!babeld.conf.sample
+!.gitignore \ No newline at end of file