##// END OF EJS Templates
update frontend in MANIFEST and .gitignore
MinRK -
Show More
@@ -1,16 +1,16 b''
1 MANIFEST
1 MANIFEST
2 build
2 build
3 dist
3 dist
4 _build
4 _build
5 docs/man/*.gz
5 docs/man/*.gz
6 docs/source/api/generated
6 docs/source/api/generated
7 docs/gh-pages
7 docs/gh-pages
8 IPython/frontend/html/notebook/static/mathjax
8 IPython/html/notebook/static/mathjax
9 *.py[co]
9 *.py[co]
10 __pycache__
10 __pycache__
11 build
11 build
12 *.egg-info
12 *.egg-info
13 *~
13 *~
14 *.bak
14 *.bak
15 .ipynb_checkpoints
15 .ipynb_checkpoints
16 .tox
16 .tox
@@ -1,39 +1,39 b''
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
12 prune IPython/deathrow
13 prune IPython/external/js
13 prune IPython/external/js
14 prune IPython/frontend/html/notebook/static/mathjax
14 prune IPython/html/notebook/static/mathjax
15
15
16 # Include some specific files and data resources we need
16 # Include some specific files and data resources we need
17 include IPython/.git_commit_info.ini
17 include IPython/.git_commit_info.ini
18 include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg
18 include IPython/qt/console/resources/icon/IPythonConsole.svg
19
19
20 # Documentation
20 # Documentation
21 graft docs
21 graft docs
22 exclude docs/\#*
22 exclude docs/\#*
23 exclude docs/man/*.1.gz
23 exclude docs/man/*.1.gz
24
24
25 # Examples
25 # Examples
26 graft examples
26 graft examples
27
27
28 # docs subdirs we want to skip
28 # docs subdirs we want to skip
29 prune docs/attic
29 prune docs/attic
30 prune docs/build
30 prune docs/build
31 prune docs/gh-pages
31 prune docs/gh-pages
32 prune docs/dist
32 prune docs/dist
33
33
34 # Patterns to exclude from any directory
34 # Patterns to exclude from any directory
35 global-exclude *~
35 global-exclude *~
36 global-exclude *.flc
36 global-exclude *.flc
37 global-exclude *.pyc
37 global-exclude *.pyc
38 global-exclude *.pyo
38 global-exclude *.pyo
39 global-exclude .dircopy.log
39 global-exclude .dircopy.log
General Comments 0
You need to be logged in to leave comments. Login now