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