##// END OF EJS Templates
[issue547] add emacs tmp files and .coverage files to gitignore
mvr -
Show More
@@ -1,19 +1,22 b''
1 MANIFEST
1 MANIFEST
2 build
2 build
3 dist
3 dist
4 _build
4 _build
5 docs/man/*.gz
5 docs/man/*.gz
6 docs/source/api/generated
6 docs/source/api/generated
7 docs/source/config/options
7 docs/source/config/options
8 docs/source/interactive/magics-generated.txt
8 docs/source/interactive/magics-generated.txt
9 docs/gh-pages
9 docs/gh-pages
10 IPython/html/notebook/static/mathjax
10 IPython/html/notebook/static/mathjax
11 IPython/html/static/style/*.map
11 IPython/html/static/style/*.map
12 *.py[co]
12 *.py[co]
13 __pycache__
13 __pycache__
14 *.egg-info
14 *.egg-info
15 *~
15 *~
16 *.bak
16 *.bak
17 .ipynb_checkpoints
17 .ipynb_checkpoints
18 .tox
18 .tox
19 .DS_Store
19 .DS_Store
20 \#*#
21 .#*
22 .coverage
General Comments 0
You need to be logged in to leave comments. Login now