-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
167 lines (157 loc) · 2.47 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
## .gitignore for https://github.com/LaurentClaessens/mazhe
# System files
.viminfo
.directory
.ackrc
# Folders
Dépendances/*
thebookedition/*
build/*
todo/*
.pyenv/
# Related to the epub tests
mazhe-epub/*
mazhe.4ct
mazhe.4tc
mazhe.dvi
mazhe.tmp
mazhe.xref
défi_epub.*
# Automatically generated covers files
publication/couvertures/couverture?.tex
publication/couvertures/*.maf
publication/couvertures/*.mtc
publication/couvertures/*.mtc0
publication/couvertures/*.pdf
# Useless runtime generated documents
mazhe.html
COMPILATION_frido.html
COMPILATION_giulietta.html
*.maf
*.mtc
*.mtc0
README.html
READMEmazhe.html
core
ISBN.txt
travail.txt
gardeVolume.pdf
vol-garde*.tex
vol-garde*.maf
vol-garde*.mtc
vol-garde*.mtc0
lefrido-volume*.pdf
vol-garde*.pdf
vol-mat*.pdf
vol-toc_index.pdf
vol-ton.pdf
volumes/vol-garde1.tex
volumes/vol-mat1.pdf
volumes/vol-toc.pdf
volumes/gardeVolume.tex
volumes/vol-garde*.tex
volumes/session.vim
Inter_*
tex/sage/*.sage.py
.deploy.log
venv/
# Useless binary files
publication/volumes/volumes
publication/volumes/Utilities.o
# Useless Python files
lst_exercices.py
lst_one.json
lst_actu.py
lst_actu.json
lst_ractu.json
lst_ractu.py
lst_lie.py
lst_isom.py
lst_sobolev.py
lst_num.py
lst_Mactu.py
lst_bctu.py
lst_completion.py
lst_devel.py
lst_ellips.py
lst_futur.py
lst_intro.py
lst_CdI.py
lst_Mactu.py
pytextools.xml
ess.sage
purge_vim.sh
pytex/
# Ignored LaTeX/PDF files
mazhe.pdf
book1.pdf
book2.pdf
actu-mazhe_pytex.pdf
actu-mazhe_pytex.tex
CdI-mazhe_pytex.tex
CdI-mazhe_pytex.pdf
agreg-mazhe_pytex.pdf
all-mazhe_pytex.pdf
all-mazhe_pytex.tex
bctu-mazhe_pytex.pdf
bctu-mazhe_pytex.tex
outils_math-outils_pytex.pdf
outils_math-outils_pytex.tex
enseignement-mazhe_pytex.pdf
everything-mazhe_pytex.pdf
futur-mazhe_pytex.pdf
futur-mazhe_pytex.tex
test_couleur-test_couleur.pdf
renomage.pdf
readme.pdf
test_couleur.pdf
to_be_checked.tex
corr.tex
garde?.tex
garde?.pdf
mat?.pdf
[^0]*-mahze-*.pdf
CorrPytexFile*
0-*.pdf
dl_*.pdf
*-source-*.tex
manuel_du_contributeur_fr/*.pdf
decoupe.sh
front.pdf
matter_1.pdf
matter_2.pdf
matter_3.pdf
matter_4.pdf
todo.md
# LaTeX garbage files
*.comment
*.log
*.bbl
*.out
*.pyc
*.idx
*.nlo
*.blg
*.toc
*.nls
*.aux
*.auxlock
*.ind
*.ilg
*.synctex.gz
*.pyc
# Backup files (nano, emacs etc)
*bak
*~
*sw[po]
*.py[co]
\#*\#
*.bak0
# TiKZ useless files
auto/pictures_tikz/tikzfile*
auto/pictures_tikz/tikz*.dpth
auto/pictures_tikz/tikz*.nlo
auto/pictures_tikz/tikz*.log
auto/pictures_tikz/tikz*.maf
auto/pictures_tikz/tikz*.mtc
auto/pictures_tikz/tikz*.mtc0