diff options
author | Ganesh Ajjanagadde <[email protected]> | 2015-10-10 12:36:27 -0400 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-10-10 20:30:41 +0200 |
commit | 07c60684a7502b256b1cded08dcdaec3dcdcc719 (patch) | |
tree | 11326a2fe4b7a8c60a3580c42e72b504605f97ba /libavformat/concat.c | |
parent | 3b2000c2bf123baef5b934e1d04cc86e5f404a87 (diff) |
gitignore: ignore object file temporaries
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 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/concat.c')
0 files changed, 0 insertions, 0 deletions