Skip to content

Commit a54d64a

Browse files
authored
Ignore local CMakeUserPresets.json files. (#850)
1 parent 701f55b commit a54d64a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.gitignore

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# TRACCC library, part of the ACTS project (R&D line)
2+
#
3+
# (c) 2021-2025 CERN for the benefit of the ACTS project
4+
#
5+
# Mozilla Public License Version 2.0
6+
17
# Prerequisites
28
*.d
39

@@ -31,5 +37,6 @@
3137
*.out
3238
*.app
3339

34-
# VSCode build output.
40+
# Build system related files.
41+
CMakeUserPresets.json
3542
out/

0 commit comments

Comments
 (0)