##// END OF EJS Templates
Ignore .DS_Store files (OSX)
Ignore .DS_Store files (OSX)

File last commit:

r16747:af448cfe
r16747:af448cfe
Show More
.gitignore
17 lines | 220 B | text/plain | TextLexer
Fernando Perez
Add MANIFEST to ignore list.
r4983 MANIFEST
Fernando Perez
Small fixes to git ignore file
r3200 build
MinRK
update gitignore to exclude dist and zipped man pages...
r4187 dist
_build
docs/man/*.gz
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
Thomas Kluyver
Generate docs for config options.
r13459 docs/source/config/options
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
MinRK
update frontend in MANIFEST and .gitignore
r11030 IPython/html/notebook/static/mathjax
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Bradley M. Froehle
Tell git to ignore __pycache__ directories.
r8534 __pycache__
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 *.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak
MinRK
ignore checkpoints
r10514 .ipynb_checkpoints
Marc Abramowitz
Add .tox to .gitignore
r7632 .tox
Jonathan Frederic
Ignore .DS_Store files (OSX)
r16747 .DS_Store