Skip to content

Commit 87461da

Browse files
committed
[spec] Don't check in generated index, to avoid spurious merge conflicts
1 parent 2558d66 commit 87461da

File tree

3 files changed

+2
-523
lines changed

3 files changed

+2
-523
lines changed

document/core/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_build
22
_static
33
document/*.pyc
4+
appendix/index-instructions.rst

document/core/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ pdf: index latexpdf
103103
clean:
104104
rm -rf $(BUILDDIR)
105105
rm -rf $(STATICDIR)
106+
rm -f appendix/index-instructions.rst
106107

107108
.PHONY: html
108109
html: index

0 commit comments

Comments
 (0)