Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit fd71207

Browse files
committed
chore: ignore generated markdown docs via wildcard
Use *.md with whitelist instead of listing individual files.
1 parent 61c43d0 commit fd71207

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@ fuzz/*.o
1010
fuzz/crash-*
1111
fuzz/oom-*
1212
fuzz/timeout-*
13+
# Docs: ignore all markdown except shipped docs
14+
*.md
15+
!README.md
16+
!README.*.md
17+
!CHANGELOG.md
18+
!TESTING.md
1319
tests/regenerate_*.py
1420
tests/seed_test_media.py

0 commit comments

Comments
 (0)