Re: [PATCH rt-tests] gitignore: add librttest.a to git ignore

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Thu, 18 Oct 2012, Josh Cartwright wrote:

> 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@xxxxxx>
> ---
>  .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
> --

Oh, thanks, but I already have the following queued up for the next 
release

commit d63f567c646e07da87d9ce3cce5e5add74c97e16
Author: John Kacur <jkacur@xxxxxxxxxx>
Date:   Wed May 9 17:32:11 2012 +0200

    rt-tests / gitignore: Exclude patches and .a libs too.
    
    Minor fix to make working with git nicer.
    Now that we're building a lib, we need to exclude it from git status output.
    Do the same for patches we generate or apply.
    
    Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>

diff --git a/.gitignore b/.gitignore
index 047925c..1924e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
 *.o
 *.tar.gz
 *.d
+*.patch
+*.a
 tmp
 patches
 ChangeLog
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux