diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2016-10-11 13:08:10 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2016-10-11 13:09:06 +0200 |
commit | 093391128fa1af3c4c72b38b3e75a8f244fe85cf (patch) | |
tree | 648fb9433e141262e98c231f2d2596c430acefa9 /.gitignore | |
parent | ospfd: Fix arm compile issue (diff) | |
download | frr-093391128fa1af3c4c72b38b3e75a8f244fe85cf.tar.xz frr-093391128fa1af3c4c72b38b3e75a8f244fe85cf.zip |
build: remove accidentally-added configure outputs
these files do not belong in the git tree. (They're temporaries during
a ./configure run and normally removed at the end; let's add them to
.gitignore anyway.)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9a55091fe..ddaf6e240 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ autom4te*.cache configure.lineno configure config.h.in +confdefs.h +conftest +conftest.err aclocal.m4 Makefile.in zebra-[0-9.][0-9.][0-9.]*.tar.gz |