All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] .gitignore: Ignore dependencies and Vim swap files
  2009-04-24 15:58 [PATCH] .gitignore: Ignore dependencies and Vim swap files Martin Nagy
@ 2009-04-24 22:44 ` Christopher Li
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Li @ 2009-04-24 22:44 UTC (permalink / raw)
  To: Martin Nagy; +Cc: linux-sparse

Thanks and applied.

Chris

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.