-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
63 lines (56 loc) · 1.72 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# *.bluej
# BlueJ自动生成的文档也不传了
.doc/
# Mobile Tools for Java (J2ME)
.mtj.tmp/# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
hs_err_pid*
.classpath
.project
.settings
target
.idea
*.iml
# vscode files
.vs/
.vscode
# LaTeX files
.DS_Store
*.aux # An auxiliary file that saves information for the creation of ToC, references, indices, bibliographies and other things like that. It is reread in the next compiling to create the ToC, references etc.
*.toc # An auxiliary file that stores the Table of Contents, read in on subsequent runs to create the actual ToC.
*.log # Stors all messages of the compilation, like errors and warnings. It’s used by most Editors / LaTeX IDEs to show the errors in you document.
*.nav # contains the information needed for the navigation bar hyperlinks.
*.vrb # will contain the verbatim material when fragile (containing verbatim material) frames.
*.snm # will contain information that will be used by \pgfimage to include actual slides when using the beamerarticle package.
*.tuc # Data stored for multiple passes, ToC, etc.
# (La)TeX:
# Lists:
*.lof # An auxiliary file that stores the List of Figures, read in on subsequent runs to create the actual LoF.
*.lot # An auxiliary file that stores the List of Tables, read in on subsequent runs to create the actual LoT.
# Index:
*.idx
*.ind
*.ilg
# Glossary:
*.glo
*.gls
*.glg
# Bib(La)TeX/Biber:
*.bbl # bibliography environment, generated by BibTeX.
*.blg # bibtex and biber log file.
*.bcf # biblatex control file.
*.run.xml # biber XML file.
*-blx.bib # biblatex control file.
# hyperref:
*vscode.out # contains information about the sectional units that will be used to write the outlines.