-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
97 lines (84 loc) · 1.05 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Target files
ase.pdf
adv_tds.pdf
adv_fsp.pdf
adv_arc.pdf
reflist.pdf
alc.pdf
ate_cov.pdf
mwe_st.pdf
mwe_tds.pdf
mwe_fsp.pdf
mwe_arc.pdf
mwe_ate.pdf
# MWE Bodys
mwe_tds/mwe_tds_body.tex
mwe_fsp/mwe_fsp_body.tex
mwe_st/mwe_st_body.tex
mwe_arc/mwe_arc_body.tex
mwe_ate/mwe_ate_body.tex
mwe_*/*.pdf
# Intermediate PDF files
documentation/*.pdf
# Generated HTML files
doku/*.html
# Target directory for delivery
deliverables/
# Patch files for sharing content
*.patch
# TeX auxiliary files
*.aux
*.bbl
*.bcf
*.blg
*.dvi
*.fls
*.glg
*.glo
*.gls
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lol
*.lot
*.out
*.pyg
*.toc
*.xdy
.texmfcache/
*SAVE-ERROR
# Emacs specific files
\#*
.#*
*~
auto
*.rel
# Visual Studio Code specific files
.vscode
.*.swp
.*.swo
# Temp files created by other tools
Icon*
.sync/
*.synctex*
*.run.xml
*_latexmk
.fuse_hidden*
*.pid
*.db-journal
*.fop
_minted-*/
.DS_Store
# Custom lists
*.todo
*.appnote
# Intermediate DB Files
*_raw.csv
_tmp_*
# SQLite file created by createdb.sh
mauvecorp_vpn_client.db
# Random scratch files
scratch/tikztest.pdf