.gitignore 1.5 KB

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