Show More
@@ -1,4 +1,6 b'' | |||||
1 | include ipython.py |
|
1 | include ipython.py | |
|
2 | include setup2.py | |||
|
3 | include setup3.py | |||
2 | include setupbase.py |
|
4 | include setupbase.py | |
3 | include setupegg.py |
|
5 | include setupegg.py | |
4 |
|
6 | |||
@@ -11,10 +13,11 b' graft IPython' | |||||
11 | prune IPython/deathrow |
|
13 | prune IPython/deathrow | |
12 | prune IPython/frontend/html/notebook/static/mathjax |
|
14 | prune IPython/frontend/html/notebook/static/mathjax | |
13 |
|
15 | |||
|
16 | # Include some specific files and data resources we need | |||
14 | include IPython/.git_commit_info.ini |
|
17 | include IPython/.git_commit_info.ini | |
15 |
|
||||
16 | include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg |
|
18 | include IPython/frontend/qt/console/resources/icon/IPythonConsole.svg | |
17 |
|
19 | |||
|
20 | # Documentation | |||
18 | graft docs |
|
21 | graft docs | |
19 | exclude docs/\#* |
|
22 | exclude docs/\#* | |
20 | exclude docs/man/*.1 |
|
23 | exclude docs/man/*.1 | |
@@ -24,11 +27,9 b' prune docs/attic' | |||||
24 | prune docs/build |
|
27 | prune docs/build | |
25 | prune docs/gh-pages |
|
28 | prune docs/gh-pages | |
26 |
|
29 | |||
27 |
|
30 | # Patterns to exclude from any directory | ||
28 | global-exclude *~ |
|
31 | global-exclude *~ | |
29 | global-exclude *.flc |
|
32 | global-exclude *.flc | |
30 | global-exclude *.pyc |
|
33 | global-exclude *.pyc | |
|
34 | global-exclude *.pyo | |||
31 | global-exclude .dircopy.log |
|
35 | global-exclude .dircopy.log | |
32 | global-exclude .svn |
|
|||
33 | global-exclude .bzr |
|
|||
34 | global-exclude .hgignore |
|
General Comments 0
You need to be logged in to leave comments.
Login now