Patchworkβ .gitignore: Ignore dependencies and Vim swap files

login
register
about
Submitter Martin Nagy
Date 2009-04-24 15:58:07
Message ID <20090424175807.014635a3@notas>
Download mbox | patch
Permalink /patch/19822/
State New
Headers show

Comments

Martin Nagy - 2009-04-24 15:58:07
Signed-off-by: Martin Nagy <nagy.martin@gmail.com>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
Christopher Li - 2009-04-24 22:44:02
Thanks and applied.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Patch

diff --git a/.gitignore b/.gitignore
index a915ef3..8ea8feb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@ 
 # generic
 *.o
+*.o.d
 *.a
 *.so
+.*.swp
 
 # generated
 pre-process.h