From 3951d16ea089994ee769bceae45e658d42764d73 Mon Sep 17 00:00:00 2001 From: Robin Bowes Date: Fri, 31 Jul 2009 00:01:37 +0100 Subject: [PATCH] Changes to .gitignore: - only ignore Makefile at the top-level - ignore stuff produced by the RPM build process --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4aa7b4a..1dbf85d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ config/ pm_to_blib blib/ -Makefile + +# only ignore top-level Makefile; we need the one in packaging/rpm! +/Makefile Makefile.[a-z]* +# ignore file produced by rpm build process +/packaging/rpm/qpsmtpd.spec +packaging/rpm/build/ + *~ *.bak