.gitignore 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. GameCube_DSP_Users_Manual.pdf
  2. ## Core latex/pdflatex auxiliary files:
  3. *.aux
  4. *.lof
  5. *.log
  6. *.lot
  7. *.fls
  8. *.out
  9. *.toc
  10. *.fmt
  11. *.fot
  12. *.cb
  13. *.cb2
  14. .*.lb
  15. ## Intermediate documents:
  16. *.dvi
  17. *.xdv
  18. *-converted-to.*
  19. # these rules might exclude image files for figures etc.
  20. # *.ps
  21. # *.eps
  22. # *.pdf
  23. ## Generated if empty string is given at "Please type another file name for output:"
  24. .pdf
  25. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  26. *.bbl
  27. *.bcf
  28. *.blg
  29. *-blx.aux
  30. *-blx.bib
  31. *.run.xml
  32. ## Build tool auxiliary files:
  33. *.fdb_latexmk
  34. *.synctex
  35. *.synctex(busy)
  36. *.synctex.gz
  37. *.synctex.gz(busy)
  38. *.pdfsync
  39. ## Build tool directories for auxiliary files
  40. # latexrun
  41. latex.out/
  42. ## Auxiliary and intermediate files from other packages:
  43. # algorithms
  44. *.alg
  45. *.loa
  46. # achemso
  47. acs-*.bib
  48. # amsthm
  49. *.thm
  50. # beamer
  51. *.nav
  52. *.pre
  53. *.snm
  54. *.vrb
  55. # changes
  56. *.soc
  57. # comment
  58. *.cut
  59. # cprotect
  60. *.cpt
  61. # elsarticle (documentclass of Elsevier journals)
  62. *.spl
  63. # endnotes
  64. *.ent
  65. # fixme
  66. *.lox
  67. # feynmf/feynmp
  68. *.mf
  69. *.mp
  70. *.t[1-9]
  71. *.t[1-9][0-9]
  72. *.tfm
  73. #(r)(e)ledmac/(r)(e)ledpar
  74. *.end
  75. *.?end
  76. *.[1-9]
  77. *.[1-9][0-9]
  78. *.[1-9][0-9][0-9]
  79. *.[1-9]R
  80. *.[1-9][0-9]R
  81. *.[1-9][0-9][0-9]R
  82. *.eledsec[1-9]
  83. *.eledsec[1-9]R
  84. *.eledsec[1-9][0-9]
  85. *.eledsec[1-9][0-9]R
  86. *.eledsec[1-9][0-9][0-9]
  87. *.eledsec[1-9][0-9][0-9]R
  88. # glossaries
  89. *.acn
  90. *.acr
  91. *.glg
  92. *.glo
  93. *.gls
  94. *.glsdefs
  95. *.lzo
  96. *.lzs
  97. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  98. # *.ist
  99. # gnuplottex
  100. *-gnuplottex-*
  101. # gregoriotex
  102. *.gaux
  103. *.glog
  104. *.gtex
  105. # htlatex
  106. *.4ct
  107. *.4tc
  108. *.idv
  109. *.lg
  110. *.trc
  111. *.xref
  112. # hyperref
  113. *.brf
  114. # knitr
  115. *-concordance.tex
  116. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  117. # *.tikz
  118. *-tikzDictionary
  119. # listings
  120. *.lol
  121. # luatexja-ruby
  122. *.ltjruby
  123. # makeidx
  124. *.idx
  125. *.ilg
  126. *.ind
  127. # minitoc
  128. *.maf
  129. *.mlf
  130. *.mlt
  131. *.mtc[0-9]*
  132. *.slf[0-9]*
  133. *.slt[0-9]*
  134. *.stc[0-9]*
  135. # minted
  136. _minted*
  137. *.pyg
  138. # morewrites
  139. *.mw
  140. # newpax
  141. *.newpax
  142. # nomencl
  143. *.nlg
  144. *.nlo
  145. *.nls
  146. # pax
  147. *.pax
  148. # pdfpcnotes
  149. *.pdfpc
  150. # sagetex
  151. *.sagetex.sage
  152. *.sagetex.py
  153. *.sagetex.scmd
  154. # scrwfile
  155. *.wrt
  156. # sympy
  157. *.sout
  158. *.sympy
  159. sympy-plots-for-*.tex/
  160. # pdfcomment
  161. *.upa
  162. *.upb
  163. # pythontex
  164. *.pytxcode
  165. pythontex-files-*/
  166. # tcolorbox
  167. *.listing
  168. # thmtools
  169. *.loe
  170. # TikZ & PGF
  171. *.dpth
  172. *.md5
  173. *.auxlock
  174. # todonotes
  175. *.tdo
  176. # vhistory
  177. *.hst
  178. *.ver
  179. # easy-todo
  180. *.lod
  181. # xcolor
  182. *.xcp
  183. # xmpincl
  184. *.xmpi
  185. # xindy
  186. *.xdy
  187. # xypic precompiled matrices and outlines
  188. *.xyc
  189. *.xyd
  190. # endfloat
  191. *.ttt
  192. *.fff
  193. # Latexian
  194. TSWLatexianTemp*
  195. ## Editors:
  196. # WinEdt
  197. *.bak
  198. *.sav
  199. # Texpad
  200. .texpadtmp
  201. # LyX
  202. *.lyx~
  203. # Kile
  204. *.backup
  205. # gummi
  206. .*.swp
  207. # KBibTeX
  208. *~[0-9]*
  209. # TeXnicCenter
  210. *.tps
  211. # auto folder when using emacs and auctex
  212. ./auto/*
  213. *.el
  214. # expex forward references with \gathertags
  215. *-tags.tex
  216. # standalone packages
  217. *.sta
  218. # Makeindex log files
  219. *.lpz
  220. # xwatermark package
  221. *.xwm
  222. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  223. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  224. # Uncomment the next line to have this generated file ignored.
  225. #*Notes.bib