All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tools/liblockdep: ignore generated .so file
@ 2015-01-25 13:30 Baruch Siach
  2015-01-25 13:30 ` [PATCH 2/2] tools/liblockdep: don't include host headers Baruch Siach
  2015-01-30  2:50 ` [PATCH 1/2] tools/liblockdep: ignore generated .so file Sasha Levin
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2015-01-25 13:30 UTC (permalink / raw)
  To: Sasha Levin; +Cc: linux-kernel, Baruch Siach

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 tools/lib/lockdep/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/lib/lockdep/.gitignore

diff --git a/tools/lib/lockdep/.gitignore b/tools/lib/lockdep/.gitignore
new file mode 100644
index 000000000000..cc0e7a9f99e3
--- /dev/null
+++ b/tools/lib/lockdep/.gitignore
@@ -0,0 +1 @@
+liblockdep.so.*
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-30  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 13:30 [PATCH 1/2] tools/liblockdep: ignore generated .so file Baruch Siach
2015-01-25 13:30 ` [PATCH 2/2] tools/liblockdep: don't include host headers Baruch Siach
2015-01-30  2:50 ` [PATCH 1/2] tools/liblockdep: ignore generated .so file Sasha Levin

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.