Skip to content

Commit 5e60fb3

Browse files
chore: update gitignore
I think these are the basic folders/files we can ignore for all projects. Since we don't provide CMakePresets.json, ignore the user presets will allow users to create their own preset file and use it for the project. We could even add a "starter" one in the exemplar.
1 parent ccb04f0 commit 5e60fb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
*build
1+
*build
2+
*out
3+
CMakeUserPresets.json

0 commit comments

Comments
 (0)