Skip to content

Commit

Permalink
Update .gitignore with CodeChecker and binary files
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Mar 5, 2025
1 parent 93b821c commit ae28dcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .codechecker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"analyze": [
"--disable=clang-diagnostic-reserved-macro-identifier",
"--disable=clang-diagnostic-reserved-identifier",
"--disable=clang-diagnostic-unused-parameter"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ scripts/generr.o
scripts/ha_errnorc
compile_commands.json
.cache/
*.o

0 comments on commit ae28dcc

Please sign in to comment.