Browse Source

GitIgnore verändert

phi 3 years ago
parent
commit
01d8c6bf07
2 changed files with 276 additions and 1 deletions
  1. 276
    0
      .gitignore
  2. 0
    1
      20_21_B/6MG19t_pr1_Gleichungssysteme/.gitignore

+ 276
- 0
.gitignore View File

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

+ 0
- 1
20_21_B/6MG19t_pr1_Gleichungssysteme/.gitignore View File

@@ -1 +0,0 @@
1
-*.pdf

Loading…
Cancel
Save