1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # Created by https://www.gitignore.io
- ### Emacs ###
- # -*- mode: gitignore; -*-
- *~
- \#*\#
- /.emacs.desktop
- /.emacs.desktop.lock
- *.elc
- auto-save-list
- tramp
- .\#*
- # Org-mode
- .org-id-locations
- *_archive
- # flymake-mode
- *_flymake.*
- # eshell files
- /eshell/history
- /eshell/lastdir
- # elpa packages
- /elpa/
- # reftex files
- *.rel
- # AUCTeX auto folder
- /auto/
- # cask packages
- .cask/
- ### LaTeX ###
- *.acn
- *.acr
- *.alg
- *.aux
- *.bbl
- *.blg
- *.dvi
- *.fdb_latexmk
- *.glg
- *.glo
- *.gls
- *.idx
- *.ilg
- *.ind
- *.ist
- *.lof
- *.log
- *.lot
- *.maf
- *.mtc
- *.mtc0
- *.nav
- *.nlo
- *.out
- *.pdfsync
- *.ps
- *.snm
- *.synctex.gz
- *.toc
- *.vrb
- *.xdy
- *.tdo
|