From 73dd70fdf886b650d3eb22ccd8fbf2993b017313 Mon Sep 17 00:00:00 2001 From: Clark Rawlins Date: Sun, 14 Dec 2014 09:21:27 -0800 Subject: [PATCH] Ignore files generated by building debian package Configure git to ignore files generated by the build process and by the debian package build process. Signed-off-by: Clark Rawlins --- .gitignore | 2 ++ debian/.gitignore | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 debian/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac68ba3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +timeoutd +*.o diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..44bb4fe --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,7 @@ +files +timeoutd.debhelper.log +timeoutd.postinst.debhelper +timeoutd.postrm.debhelper +timeoutd.prerm.debhelper +timeoutd.substvars +timeoutd