##// END OF EJS Templates
Merge pull request #4465 from takluyver/manifest-cleanup...
Min RK -
r13432:f1dc73a0 merge
parent child Browse files
Show More
@@ -1,40 +1,37
1 include README.rst
1 include README.rst
2 include COPYING.txt
2 include COPYING.txt
3 include setupbase.py
3 include setupbase.py
4 include setupegg.py
4 include setupegg.py
5
5
6 graft setupext
6 graft setupext
7
7
8 graft scripts
8 graft scripts
9
9
10 # Load main dir but exclude things we don't want in the distro
10 # Load main dir but exclude things we don't want in the distro
11 graft IPython
11 graft IPython
12 prune IPython/deathrow
13 prune IPython/external/js
14 prune IPython/html/static/mathjax
12 prune IPython/html/static/mathjax
15
13
16 # Include some specific files and data resources we need
14 # Include some specific files and data resources we need
17 include IPython/.git_commit_info.ini
15 include IPython/.git_commit_info.ini
18 include IPython/qt/console/resources/icon/IPythonConsole.svg
16 include IPython/qt/console/resources/icon/IPythonConsole.svg
19
17
20 # Documentation
18 # Documentation
21 graft docs
19 graft docs
22 exclude docs/\#*
20 exclude docs/\#*
23 exclude docs/man/*.1.gz
21 exclude docs/man/*.1.gz
24
22
25 # Examples
23 # Examples
26 graft examples
24 graft examples
27
25
28 # docs subdirs we want to skip
26 # docs subdirs we want to skip
29 prune docs/attic
30 prune docs/build
27 prune docs/build
31 prune docs/gh-pages
28 prune docs/gh-pages
32 prune docs/dist
29 prune docs/dist
33
30
34 # Patterns to exclude from any directory
31 # Patterns to exclude from any directory
35 global-exclude *~
32 global-exclude *~
36 global-exclude *.flc
33 global-exclude *.flc
37 global-exclude *.pyc
34 global-exclude *.pyc
38 global-exclude *.pyo
35 global-exclude *.pyo
39 global-exclude .dircopy.log
36 global-exclude .dircopy.log
40 global-exclude .git
37 global-exclude .git
General Comments 0
You need to be logged in to leave comments. Login now