From: Roy Marples Date: Thu, 23 Feb 2017 01:03:57 +0000 (+0000) Subject: Add .gitignore so that generated files are excluded from git. X-Git-Tag: v7.0.0-beta1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42f969c57a1089b41ccfde28836c213ed5376ab0;p=thirdparty%2Fdhcpcd.git Add .gitignore so that generated files are excluded from git. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b1e0882c --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# Ignore configure generated files +config.h +config.mk +config.log + +# Ignore object files +*.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