# Build output. The upstream tree ships no .gitignore, and DANOS builds in
# place, so autoreconf and make leave their products next to the sources.

# autoreconf / configure
/configure
/aclocal.m4
/config.log
/config.status
/build-aux/
/m4/libtool.m4
/m4/lt*.m4
Makefile
Makefile.in
*.spec

# compiler output
*.o
*.a
*.lo
*.la
.deps/
.libs/
/bin/
/bin_install/

# generated headers and config
/lib/config.h
/lib/stamp-h1
/lib/config.h.in

# debhelper
/debian/files
/debian/*.substvars
/debian/*.debhelper.log
/debian/*.debhelper
/debian/debhelper-build-stamp
/debian/keepalived/
/debian/keepalived-dbgsym/
/debian/.debhelper/

# quilt
/.pc/

# autoreconf scratch
/autom4te.cache/
/debian/autoreconf.after
/debian/autoreconf.before

# man pages generated from the .in templates
/doc/man/man5/keepalived.conf.5
/doc/man/man8/keepalived.8

# dbus xml generated from the .xml_template
/keepalived/dbus/org.keepalived.Vrrp1.Vrrp.xml

# keepalived.conf.sample is generated from the .in
/keepalived/etc/keepalived/keepalived.conf.sample

# linked binary and generated units/headers
/keepalived/keepalived
/keepalived/keepalived.service
/keepalived/keepalived-non-root.service
/lib/stamp-h2
/lib/git-commit.h

# working copy of the pre-rebase patch set, kept for reference only
/debian/patches.orig-2.2.0/
