From b9749bfc915e6a07693692b11cb5e0c194188f6f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 14 Dec 2010 21:04:42 +0100 Subject: [PATCH] .gitignore: Remove .depend again. If old .depend files are left lying around in /usr/src, this can cause strange build failures. Having .depend in .gitignore hides these files and makes the failures hard to track. So it's not a good thing. --- .gitignore | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index bd36372..0e5817d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,5 @@ *.swap *~ .*.sw[po] -.depend .sw[po] cscope.* -- 1.7.7.2