Skip to content

Commit a44b4ba

Browse files
authored
.gitignore: Ignore dump files created by Cppcheck. (cppcheck-opensource#1319)
1 parent 417670d commit a44b4ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ tools/dmake
1616
tools/errmsg
1717
tools/extracttests
1818

19+
# dump files generated by Cppcheck
20+
*.*.dump
21+
1922
# VS generated files
2023
*.aps
2124
*.idb

0 commit comments

Comments
 (0)