diff options
| author | Roy Marples <roy@marples.name> | 2017-02-23 01:03:57 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-02-23 01:03:57 +0000 |
| commit | e41116abbc6b9b234b39255f19c5db2d3652b54f (patch) | |
| tree | cbacc2fe9d284a9030b481830f61f647dba1f953 /.gitignore | |
| parent | c7840a56da475720248fbdc5b6ecee7c3b9df10b (diff) | |
| download | dhcpcd-e41116abbc6b9b234b39255f19c5db2d3652b54f.tar.xz | |
Add .gitignore so that generated files are excluded from git.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
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 |
