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

2015-10-10 Thread Michael Niedermayer
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

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

2015-10-10 Thread Ganesh Ajjanagadde
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 C