Skip to content

Commit b0f2c11

Browse files
committed
CTest gitignore
1 parent 8e6fefc commit b0f2c11

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,10 @@ influxdb-*.gz
313313
*.pyc
314314

315315
# CMake build directory
316-
build/
316+
build/
317+
318+
# CMake compile commands (generated by cmake)
319+
compile_commands.json
320+
321+
# CTest testing results
322+
Testing/

0 commit comments

Comments
 (0)