Browse Source

gitignore: Tell tools honoring .gitignore to ignore .git too

pull/376/head
Brad King 6 months ago
parent
commit
1e2d19ea4f
  1. 3
      .gitignore

3
.gitignore

@ -1,3 +1,6 @@
# Help tools that honor '.gitignore' (redundant for Git itself).
/.git
/CMakeUserPresets.json /CMakeUserPresets.json
# Common build directories # Common build directories

Loading…
Cancel
Save