summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-02-23 01:03:57 +0000
committerRoy Marples <roy@marples.name>2017-02-23 01:03:57 +0000
commite41116abbc6b9b234b39255f19c5db2d3652b54f (patch)
treecbacc2fe9d284a9030b481830f61f647dba1f953 /.gitignore
parentc7840a56da475720248fbdc5b6ecee7c3b9df10b (diff)
downloaddhcpcd-e41116abbc6b9b234b39255f19c5db2d3652b54f.tar.xz
Add .gitignore so that generated files are excluded from git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore20
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