From a2ee1a4bbdef1613c44be8131b9a89bf8c4543ba Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 29 Jun 2007 17:54:02 +0100 Subject: [PATCH] .gitignore: ignore patch(1) cruft, and detached signatures for the release tarballs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5c34b5b..f01b731 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ run-with-tmp-session-bus.conf test/data *.pyc *.pyo +*.orig +*.rej .*.sw? configure config.h.in* @@ -36,4 +38,5 @@ test/tmp-session-bus.conf Makefile *.html dbus-python-*.tar.gz +dbus-python-*.tar.gz.asc INSTALL -- 2.11.4.GIT