Skip to content

Commit 5106237

Browse files
committed
update .gitignore and remove comments
1 parent 6a00c8a commit 5106237

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ __pycache__
1010
venv
1111
result.txt
1212
testing/main.c
13+
*/*compile_commands.json

tests/test_clang_tidy.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
@pytest.fixture(scope='function')
99
def generate_compilation_database():
10-
# Generate compilation database
1110
subprocess.run(['mkdir', '-p', 'build'])
1211
subprocess.run(['cmake', '-Bbuild', 'testing/'])
1312
subprocess.run(['cmake', '-Bbuild', 'testing/'])

0 commit comments

Comments
 (0)