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