.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. # ---> C
  2. # Object files
  3. *.o
  4. *.ko
  5. *.obj
  6. *.elf
  7. # Precompiled Headers
  8. *.gch
  9. *.pch
  10. # Libraries
  11. *.lib
  12. *.a
  13. *.la
  14. *.lo
  15. # Shared objects (inc. Windows DLLs)
  16. *.dll
  17. *.so
  18. *.so.*
  19. *.dylib
  20. # Executables
  21. *.exe
  22. *.out
  23. *.app
  24. *.i*86
  25. *.x86_64
  26. *.hex
  27. # Debug files
  28. *.dSYM/
  29. # ---> SublimeText
  30. # cache files for sublime text
  31. *.tmlanguage.cache
  32. *.tmPreferences.cache
  33. *.stTheme.cache
  34. # workspace files are user-specific
  35. *.sublime-workspace
  36. # project files should be checked into the repository, unless a significant
  37. # proportion of contributors will probably not be using SublimeText
  38. # *.sublime-project
  39. # sftp configuration file
  40. sftp-config.json
  41. # ---> TeX
  42. ## Core latex/pdflatex auxiliary files:
  43. *.aux
  44. *.lof
  45. *.log
  46. *.lot
  47. *.fls
  48. *.out
  49. *.toc
  50. ## Intermediate documents:
  51. *.dvi
  52. *-converted-to.*
  53. # these rules might exclude image files for figures etc.
  54. # *.ps
  55. # *.eps
  56. # *.pdf
  57. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  58. *.bbl
  59. *.bcf
  60. *.blg
  61. *-blx.aux
  62. *-blx.bib
  63. *.brf
  64. *.run.xml
  65. ## Build tool auxiliary files:
  66. *.fdb_latexmk
  67. *.synctex
  68. *.synctex.gz
  69. *.synctex.gz(busy)
  70. *.pdfsync
  71. ## Auxiliary and intermediate files from other packages:
  72. # algorithms
  73. *.alg
  74. *.loa
  75. # achemso
  76. acs-*.bib
  77. # amsthm
  78. *.thm
  79. # beamer
  80. *.nav
  81. *.snm
  82. *.vrb
  83. #(e)ledmac/(e)ledpar
  84. *.end
  85. *.[1-9]
  86. *.[1-9][0-9]
  87. *.[1-9][0-9][0-9]
  88. *.[1-9]R
  89. *.[1-9][0-9]R
  90. *.[1-9][0-9][0-9]R
  91. *.eledsec[1-9]
  92. *.eledsec[1-9]R
  93. *.eledsec[1-9][0-9]
  94. *.eledsec[1-9][0-9]R
  95. *.eledsec[1-9][0-9][0-9]
  96. *.eledsec[1-9][0-9][0-9]R
  97. # glossaries
  98. *.acn
  99. *.acr
  100. *.glg
  101. *.glo
  102. *.gls
  103. # gnuplottex
  104. *-gnuplottex-*
  105. # hyperref
  106. *.brf
  107. # knitr
  108. *-concordance.tex
  109. *.tikz
  110. *-tikzDictionary
  111. # listings
  112. *.lol
  113. # makeidx
  114. *.idx
  115. *.ilg
  116. *.ind
  117. *.ist
  118. # minitoc
  119. *.maf
  120. *.mtc
  121. *.mtc[0-9]
  122. *.mtc[1-9][0-9]
  123. # minted
  124. _minted*
  125. *.pyg
  126. # morewrites
  127. *.mw
  128. # mylatexformat
  129. *.fmt
  130. # nomencl
  131. *.nlo
  132. # sagetex
  133. *.sagetex.sage
  134. *.sagetex.py
  135. *.sagetex.scmd
  136. # sympy
  137. *.sout
  138. *.sympy
  139. sympy-plots-for-*.tex/
  140. # TikZ & PGF
  141. *.dpth
  142. *.md5
  143. *.auxlock
  144. # todonotes
  145. *.tdo
  146. # xindy
  147. *.xdy
  148. # WinEdt
  149. *.bak
  150. *.sav
  151. # Fortran module files
  152. *.mod
  153. # Notebooks
  154. notebooks/*.ipynb_checkpoints
  155. notebooks/*dataxy
  156. notebooks/*gnuxy
  157. src/*dataxy
  158. src/*gnuxy
  159. fortran.html