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