From 3c33e7cdf315b5168b19ce2aaed12e991b309b3b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 25 Jan 2009 15:17:04 -0800 Subject: [PATCH] Add .gitignore to ignore build products --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab942fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/body.tmp +/debconf_spec/debconf_specification.html +/debconf_spec/debconf_specification.txt.gz +/head.tmp +/menu-policy.html/ +/mime-policy.html/ +/perl-policy.html/ +/policy.html/ +/stamp-build +/version.ent +*.html.tar.gz +*.pdf +*.pdf.gz +*.ps +*.ps.gz +*.tpt +*.txt +*.txt.gz -- 2.39.2