.gitignore 1.5 KB

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