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 | 4fede82a13392be8f02bf7c4aacb5ad69e92392c (diff) | |
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 9a55091fe6..ddaf6e240e 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  | 
