mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00

Sometimes ein will not save latex output properly. This is an attempt to avoid that situation. Also some updates to gitignore.
18 lines
230 B
Text
18 lines
230 B
Text
doc/build/
|
|
env
|
|
log
|
|
*.stackdump
|
|
*.elc
|
|
*.el#
|
|
lisp/.#ein-notebook.el
|
|
*.el~
|
|
lisp/ein-autoloads.el
|
|
tests/func-test-batch-log.log
|
|
tests/test-batch-log.log
|
|
*.py~
|
|
*.org~
|
|
lisp/test-batch-log.log
|
|
*.pyc
|
|
test-batch-log.log
|
|
*.ipynb~
|
|
Makefile~
|