cr-marcstevens / sha1collisiondetection

Library and command line tool to detect SHA-1 collision in a file
Other
1.31k stars 185 forks source link

.gitignore: Ignore profiling files #46

Closed stefanbeller closed 3 years ago

stefanbeller commented 6 years ago

This is the continuation of e8397b2 (.gitignore: ignore lib/.depend/ and other .depend/ directories, 2017-05-19) and helps git.git which uses this as a submodule.

When running 'make coverage' in git.git, we'll find some files (with the extension of .gcda and .gcno [1]), to be ignored in this submodule.

[1] https://gcc.gnu.org/onlinedocs/gcc/Gcov-Data-Files.html

Signed-off-by: Stefan Beller sbeller@google.com