.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. # -*- mode: gitignore; -*-
  2. .*
  3. !.gitignore
  4. !.gitlab-ci.yml
  5. *.lisp
  6. *\[*\]
  7. *.asd
  8. *.tex
  9. # Emacs Stuff
  10. *~
  11. \#*\#
  12. /.emacs.desktop
  13. /.emacs.desktop.lock
  14. *.elc
  15. auto-save-list
  16. tramp
  17. .\#*
  18. # Org-mode
  19. .org-id-locations
  20. #*_archive
  21. # flymake-mode
  22. *_flymake.*
  23. # eshell files
  24. /eshell/history
  25. /eshell/lastdir
  26. # elpa packages
  27. /elpa/
  28. # reftex files
  29. *.rel
  30. # AUCTeX auto folder
  31. /auto/
  32. # cask packages
  33. .cask/
  34. dist/
  35. # Flycheck
  36. flycheck_*.el
  37. # server auth directory
  38. /server/
  39. # projectiles files
  40. .projectile
  41. # Common Lisp Ignores
  42. *.FASL
  43. *.fasl
  44. *.lisp-temp
  45. ## Core latex/pdflatex auxiliary files:
  46. *.aux
  47. *.lof
  48. *.log
  49. *.lot
  50. *.fls
  51. *.out
  52. *.toc
  53. *.fmt
  54. *.fot
  55. *.cb
  56. *.cb2
  57. ## Intermediate documents:
  58. *.dvi
  59. *.ps
  60. *.eps
  61. *.pdf
  62. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  63. *.bbl
  64. *.bcf
  65. *.blg
  66. *-blx.aux
  67. *-blx.bib
  68. *.brf
  69. *.run.xml
  70. ## Build tool auxiliary files:
  71. *.fdb_latexmk
  72. *.synctex
  73. *.synctex.gz
  74. *.synctex.gz(busy)
  75. *.pdfsync
  76. ## Auxiliary and intermediate files from other packages:
  77. # algorithms
  78. *.alg
  79. *.loa
  80. # achemso
  81. acs-*.bib
  82. # amsthm
  83. *.thm
  84. # beamer
  85. *.nav
  86. *.snm
  87. *.vrb
  88. # glossaries
  89. *.acn
  90. *.acr
  91. *.glg
  92. *.glo
  93. *.gls
  94. *.glsdefs
  95. # hyperref
  96. *.brf
  97. # listings
  98. *.lol
  99. # makeidx
  100. *.idx
  101. *.ilg
  102. *.ind
  103. *.ist
  104. # minitoc
  105. *.maf
  106. *.mlf
  107. *.mlt
  108. *.mtc
  109. *.mtc[0-9]
  110. *.mtc[1-9][0-9]
  111. # minted
  112. _minted*
  113. *.pyg
  114. # mylatexformat
  115. *.fmt
  116. # nomencl
  117. *.nlo
  118. # sympy
  119. *.sout
  120. *.sympy
  121. sympy-plots-for-*.tex/
  122. # pdfcomment
  123. *.upa
  124. *.upb
  125. # thmtools
  126. *.loe
  127. # TikZ & PGF
  128. *.dpth
  129. *.md5
  130. *.auxlock
  131. # xindy
  132. *.xdy
  133. # xypic precompiled matrices
  134. *.xyc
  135. # endfloat
  136. *.ttt
  137. *.fff