[FFmpeg-devel] [PATCHv3] gitignore: ignore object file temporaries

Michael Niedermayer michael at niedermayer.cc
Sat Oct 10 20:31:04 CEST 2015


On Sat, Oct 10, 2015 at 12:36:27PM -0400, Ganesh Ajjanagadde wrote:
> During a build, a lot of *.o.-hash files are created - had not noticed
> this as they are usually dumped in tmpfs on Linux. However, they
> sometimes are present during a long build in the project directory, making it
> annoying to commit while the project is being built.
> 
> These have been observed with Clang, -fsanitize-undefined on Arch Linux,
> though other configurations may also generate such temporaries.
> 
> The solution here is on lines with the Linux kernel's .gitignore:
> https://github.com/torvalds/linux/blob/master/.gitignore.
> 
> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde at gmail.com>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 5cabe50..93b0dca 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -1,5 +1,6 @@
>  *.a
>  *.o
> +*.o.*
>  *.d

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151010/d3a430a3/attachment.sig>


More information about the ffmpeg-devel mailing list