##// END OF EJS Templates
Exclude .git-blame-ignore-revs to fix CI...
Matthias Bussonnier -
Show More
@@ -1,43 +1,45 b''
1 include README.rst
1 include README.rst
2 include COPYING.rst
2 include COPYING.rst
3 include LICENSE
3 include LICENSE
4 include setupbase.py
4 include setupbase.py
5 include setupegg.py
5 include setupegg.py
6 include MANIFEST.in
6 include MANIFEST.in
7 include pytest.ini
7 include pytest.ini
8 include .mailmap
8 include .mailmap
9
9
10 recursive-exclude tools *
10 recursive-exclude tools *
11 exclude tools
11 exclude tools
12 exclude CONTRIBUTING.md
12 exclude CONTRIBUTING.md
13 exclude .editorconfig
13 exclude .editorconfig
14
14
15 graft setupext
15 graft setupext
16
16
17 graft scripts
17 graft scripts
18
18
19 # Load main dir but exclude things we don't want in the distro
19 # Load main dir but exclude things we don't want in the distro
20 graft IPython
20 graft IPython
21
21
22 # Documentation
22 # Documentation
23 graft docs
23 graft docs
24 exclude docs/\#*
24 exclude docs/\#*
25 exclude docs/man/*.1.gz
25 exclude docs/man/*.1.gz
26
26
27 exclude .git-blame-ignore-revs
28
27 # Examples
29 # Examples
28 graft examples
30 graft examples
29
31
30 # docs subdirs we want to skip
32 # docs subdirs we want to skip
31 prune docs/build
33 prune docs/build
32 prune docs/gh-pages
34 prune docs/gh-pages
33 prune docs/dist
35 prune docs/dist
34
36
35 # Patterns to exclude from any directory
37 # Patterns to exclude from any directory
36 global-exclude *~
38 global-exclude *~
37 global-exclude *.flc
39 global-exclude *.flc
38 global-exclude *.yml
40 global-exclude *.yml
39 global-exclude *.pyc
41 global-exclude *.pyc
40 global-exclude *.pyo
42 global-exclude *.pyo
41 global-exclude .dircopy.log
43 global-exclude .dircopy.log
42 global-exclude .git
44 global-exclude .git
43 global-exclude .ipynb_checkpoints
45 global-exclude .ipynb_checkpoints
General Comments 0
You need to be logged in to leave comments. Login now