Skip to content

Commit dfd1753

Browse files
author
root
committed
trigger GHA
1 parent ed9606e commit dfd1753

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ UseTab: Never
169169
WhitespaceSensitiveMacros:
170170
- STRINGIZE
171171
- PP_STRINGIZE
172-
- BOOST_PP_STRINGIZE
172+
- BOOST_PP_STRINGIZE

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ coverage.xml
2424
# Python default .gitignore
2525
##---------------------------------------------------
2626

27+
2728
# Byte-compiled / optimized / DLL files
2829
__pycache__/
2930
*.py[cod]
@@ -252,4 +253,4 @@ poetry.toml
252253
.ruff_cache/
253254

254255
# Project specific
255-
valgrind-python.supp
256+
valgrind-python.supp

0 commit comments

Comments
 (0)