]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Add .gitignore so that generated files are excluded from git.
authorRoy Marples <roy@marples.name>
Thu, 23 Feb 2017 01:03:57 +0000 (01:03 +0000)
committerRoy Marples <roy@marples.name>
Thu, 23 Feb 2017 01:03:57 +0000 (01:03 +0000)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b1e0882
--- /dev/null
@@ -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