From 2b17e21d2ac627242479945521f7a8e65c51d5b5 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Wed, 23 Jan 2008 14:41:18 -0800 Subject: [PATCH] Add more good defaults to .gitignore Some temporary build files were showing up as untracked in git. Ignore them, because we don't need to be constantly reminded. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8d98f9d..f239dc9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .* +*.o +*dbus-glue.h +tilda -- 2.34.1