123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- # -*- mode: gitignore; -*-
- .*
- !.gitignore
- !.gitmodules
- !.gitkeep
- *.lisp
- *.asd
- *.tex
- # Emacs Stuff
- *~
- \#*\#
- /.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/
- */auto/
- # cask packages
- .cask/
- dist/
- # Flycheck
- flycheck_*.el
- # server auth directory
- /server/
- # projectiles files
- .projectile
- # Common Lisp Ignores
- *.FASL
- *.fasl
- *.lisp-temp
- ## Core latex/pdflatex auxiliary files:
- *.aux
- *.lof
- *.log
- *.lot
- *.fls
- *.out
- *.toc
- *.fmt
- *.fot
- *.cb
- *.cb2
- ## Intermediate documents:
- *.dvi
- *.ps
- *.eps
- *.pdf
- ## Bibliography auxiliary files (bibtex/biblatex/biber):
- *.bbl
- *.bcf
- *.blg
- *-blx.aux
- *-blx.bib
- *.brf
- *.run.xml
- ## Build tool auxiliary files:
- *.fdb_latexmk
- *.synctex
- *.synctex.gz
- *.synctex.gz(busy)
- *.pdfsync
- ## Auxiliary and intermediate files from other packages:
- # algorithms
- *.alg
- *.loa
- # achemso
- acs-*.bib
- # amsthm
- *.thm
- # beamer
- *.nav
- *.snm
- *.vrb
- # glossaries
- *.acn
- *.acr
- *.glg
- *.glo
- *.gls
- *.glsdefs
- # hyperref
- *.brf
- # listings
- *.lol
- # makeidx
- *.idx
- *.ilg
- *.ind
- *.ist
- # minitoc
- *.maf
- *.mlf
- *.mlt
- *.mtc
- *.mtc[0-9]
- *.mtc[1-9][0-9]
- # minted
- _minted*
- *.pyg
- # mylatexformat
- *.fmt
- # nomencl
- *.nlo
- # sympy
- *.sout
- *.sympy
- sympy-plots-for-*.tex/
- # pdfcomment
- *.upa
- *.upb
- # thmtools
- *.loe
- # TikZ & PGF
- *.dpth
- *.md5
- *.auxlock
- # xindy
- *.xdy
- # xypic precompiled matrices
- *.xyc
- # endfloat
- *.ttt
- *.fff
|