##// END OF EJS Templates
[issue547] add emacs tmp files and .coverage files to gitignore
mvr -
Show More
@@ -1,19 +1,22 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/source/interactive/magics-generated.txt
9 9 docs/gh-pages
10 10 IPython/html/notebook/static/mathjax
11 11 IPython/html/static/style/*.map
12 12 *.py[co]
13 13 __pycache__
14 14 *.egg-info
15 15 *~
16 16 *.bak
17 17 .ipynb_checkpoints
18 18 .tox
19 19 .DS_Store
20 \#*#
21 .#*
22 .coverage
General Comments 0
You need to be logged in to leave comments. Login now