dhcpcd/.gitignore
Roy Marples 61be15b48f linux: the default hostname is (none)
It's blank for the BSD's.
Respect this when relinquishing the hostname.
2020-03-31 19:45:17 +01:00

39 lines
462 B
Plaintext

# 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