Skip to content

Commit 4e8bed3

Browse files
authored
Add test/docsxref/build and test/symlinks/build to .gitignore; then simplify the ignore rules (JuliaDocs#2660)
1 parent e14f021 commit 4e8bed3

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.gitignore

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,13 @@
55
*.jl.mem
66
Manifest.toml
77

8-
test/doctests/builds/
9-
test/examples/builds/
10-
test/formats/builds/
11-
test/missingdocs/build/
12-
test/nongit/build/
13-
test/errors/build/
14-
test/plugins/build/
15-
test/prerender/build/
16-
test/themes/dev/
17-
test/workdir/builds/
18-
test/quietly-logs/
19-
docs/dev/
20-
docs/build/
21-
docs/build-pdf/
22-
docs/site/
23-
docs/src/release-notes.md
8+
# Ignore all build/ and builds/ directories
9+
build/
10+
builds/
11+
12+
/test/themes/dev/
13+
/test/quietly-logs/
14+
/docs/dev/
15+
/docs/build-pdf/
16+
/docs/site/
17+
/docs/src/release-notes.md

0 commit comments

Comments
 (0)