Mercurial > hg > dhcpcd
view .gitignore @ 5541:f233c9381c56 draft
privsep: Allow ioctl TCGETS
printf on some platforms seems to require it.
Without this, script_dump() may fault.
| author | Matthew Clarkson <mclarkson@reliablecontrols.com> |
|---|---|
| date | Thu, 19 Nov 2020 15:37:33 +0000 |
| parents | bab0daa700eb |
| children |
line wrap: on
line source
# Ignore configure generated files config.h config.mk config.log # Ignore object files .depend *.o *.So *.so dhcpcd # Ignore generated embedded files dhcpcd-embedded.c dhcpcd-embedded.h # Ignore generated man pages and scripts dhcpcd.8 dhcpcd-run-hooks dhcpcd-run-hooks.8 dhcpcd.conf.5 hooks/30-hostname hooks/50-ypbind # Ignore distribution dhcpcd*.xz* # Ignore patch files *.diff *.patch *.orig *.rej # Ignore swap files *.swp # Ignore Coverity cov-int
