summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2016-10-11 13:08:10 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2016-10-11 13:09:06 +0200
commit093391128fa1af3c4c72b38b3e75a8f244fe85cf (patch)
tree648fb9433e141262e98c231f2d2596c430acefa9 /.gitignore
parentospfd: Fix arm compile issue (diff)
downloadfrr-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--.gitignore3
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