##// END OF EJS Templates
Ignore .DS_Store files (OSX)
Jonathan Frederic -
Show More
@@ -1,16 +1,17 b''
1 1 MANIFEST
2 2 build
3 3 dist
4 4 _build
5 5 docs/man/*.gz
6 6 docs/source/api/generated
7 7 docs/source/config/options
8 8 docs/gh-pages
9 9 IPython/html/notebook/static/mathjax
10 10 *.py[co]
11 11 __pycache__
12 12 *.egg-info
13 13 *~
14 14 *.bak
15 15 .ipynb_checkpoints
16 16 .tox
17 .DS_Store
General Comments 0
You need to be logged in to leave comments. Login now