* [PATCH] .gitignore: Ignore dependencies and Vim swap files
@ 2009-04-24 15:58 Martin Nagy
2009-04-24 22:44 ` Christopher Li
0 siblings, 1 reply; 2+ messages in thread
From: Martin Nagy @ 2009-04-24 15:58 UTC (permalink / raw)
To: linux-sparse
Signed-off-by: Martin Nagy <nagy.martin@gmail.com>
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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
--
1.6.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-24 22:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 15:58 [PATCH] .gitignore: Ignore dependencies and Vim swap files Martin Nagy
2009-04-24 22:44 ` Christopher Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).