diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2024-08-06 17:38:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-09 14:18:46 +0200 |
commit | a0f6e5e9f1f8a0837a9e3ccc5a1f98cbfd2a6cf4 (patch) | |
tree | c9e0424c706b97c8263837fa0241c4243fd77bda /.gitignore | |
parent | net: stmmac: xgmac: use const char arrays for string constants (diff) | |
download | linux-a0f6e5e9f1f8a0837a9e3ccc5a1f98cbfd2a6cf4.tar.xz linux-a0f6e5e9f1f8a0837a9e3ccc5a1f98cbfd2a6cf4.zip |
.gitignore: add .gcda files
These files contain the runtime coverage data generated by gcov.
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7902adf4f7f1..38b7ab9e7dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ *.dwo *.elf *.gcno +*.gcda *.gz *.i *.ko |