From 1f0e6b9bae55f85ff09482310eaf738033c238b6 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 17 Aug 2008 16:05:25 +0300 Subject: [PATCH] Ignore files generated in the dependency checks. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8eecb39..cd4bef9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.o +*.o.d *.so libpri*.so* *.a *.lo +*.lo.d .depend .*.swp version.c -- 2.11.4.GIT