diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-18 16:26:01 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-23 08:28:32 +0100 |
commit | 89ac360b2e788cf4c5fbc02dcb66dda7c3daa04a (patch) | |
tree | 81470b87c22286457d0c851af2e7b1daa69be446 /.gitignore | |
parent | bgpd: Fix ambiguous commands for `...attribute-unchanged...` (diff) | |
download | frr-89ac360b2e788cf4c5fbc02dcb66dda7c3daa04a.tar.xz frr-89ac360b2e788cf4c5fbc02dcb66dda7c3daa04a.zip |
build: drop and ignore ylwrap
ylwrap is a YACC wrapper that is automatically installed by autoreconf /
bootstrap.sh. It shouldn't really be kept around in git.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ddaf6e240..4c90eb00d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ depcomp missing install-sh mkinstalldirs +ylwrap autom4te*.cache configure.lineno configure |