public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH rt-tests] gitignore: add librttest.a to git ignore
@ 2012-10-18 16:23 Josh Cartwright
  2012-10-18 16:32 ` John Kacur
  0 siblings, 1 reply; 3+ messages in thread
From: Josh Cartwright @ 2012-10-18 16:23 UTC (permalink / raw)
  To: Clark Williams; +Cc: John Kacur, linux-rt-users

Commit fb7ef61416b6b191a5186a715e51792847de883c introduced librttest.a
as a library, but did not add it to .gitignore.  Add it now.

Signed-off-by: Josh Cartwright <josh.cartwright@ni.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 047925c..f7ba1d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ SRPMS
 /pip_stress
 /hackbench
 /pmqtest
+librttest.a
 
 rt-tests.spec
 tags
-- 
1.7.12.3

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

end of thread, other threads:[~2012-10-18 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 16:23 [PATCH rt-tests] gitignore: add librttest.a to git ignore Josh Cartwright
2012-10-18 16:32 ` John Kacur
2012-10-18 17:13   ` Josh Cartwright

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox