summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 470d88b..d05f881 100644
--- a/.gitignore
+++ b/.gitignore
@@ -183,4 +183,39 @@ target/
183# Debug files 183# Debug files
184*.dSYM/ 184*.dSYM/
185 185
186### LaTeX ###
187*.acn
188*.acr
189*.alg
190*.aux
191*.bbl
192*.bcf
193*.blg
194*.dvi
195*.fdb_latexmk
196*.glg
197*.glo
198*.gls
199*.idx
200*.ilg
201*.ind
202*.ist
203*.lof
204*.log
205*.lot
206*.maf
207*.mtc
208*.mtc0
209*.nav
210*.nlo
211*.out
212*.pdfsync
213*.ps
214*.run.xml
215*.snm
216*.synctex.gz
217*.toc
218*.vrb
219*.xdy
220*.tdo
186 221