##// END OF EJS Templates
ignore .editorconfig
Matthias Bussonnier -
Show More
@@ -1,45 +1,46 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 tox.ini
8 8 include .mailmap
9 9
10 10 recursive-exclude tools *
11 11 exclude tools
12 12 exclude CONTRIBUTING.md
13 exclude .editorconfig
13 14
14 15 graft setupext
15 16
16 17 graft scripts
17 18
18 19 # Load main dir but exclude things we don't want in the distro
19 20 graft IPython
20 21
21 22 # Include some specific files and data resources we need
22 23 include IPython/.git_commit_info.ini
23 24
24 25 # Documentation
25 26 graft docs
26 27 exclude docs/\#*
27 28 exclude docs/man/*.1.gz
28 29
29 30 # Examples
30 31 graft examples
31 32
32 33 # docs subdirs we want to skip
33 34 prune docs/build
34 35 prune docs/gh-pages
35 36 prune docs/dist
36 37
37 38 # Patterns to exclude from any directory
38 39 global-exclude *~
39 40 global-exclude *.flc
40 41 global-exclude *.yml
41 42 global-exclude *.pyc
42 43 global-exclude *.pyo
43 44 global-exclude .dircopy.log
44 45 global-exclude .git
45 46 global-exclude .ipynb_checkpoints
General Comments 0
You need to be logged in to leave comments. Login now