-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
89 lines (73 loc) · 1.43 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
*~
.*~
.*.swp
*.pyc
*-eps-converted-to-pdf.pdf
manuscript/output/*
.env
code/.ipynb_checkpoints/
code/build
code/tesseroid_density/build
code/tesseroid_density/_tesseroid.c
code/tesseroid_density/_tesseroid.so
code/*.egg-info/
code/.pytest_cache/
code/.cache
code/.coverage*
code/notebooks/*.nbconvert.ipynb
code/notebooks/.ipynb_checkpoints
manuscript/figures/*-eps-converted-to.pdf
manuscript/output/
## Latex ignore files
## Main PDF file
manuscript/manuscript.pdf
## Core latex/pdflatex auxiliary files:
manuscript/*.aux
manuscript/*.lof
manuscript/*.log
manuscript/*.lot
manuscript/*.fls
manuscript/*.out
manuscript/*.toc
## Intermediate documents:
manuscript/*.dvi
manuscript/*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
manuscript/*.bbl
manuscript/*.bcf
manuscript/*.blg
manuscript/*-blx.aux
manuscript/*-blx.bib
manuscript/*.brf
manuscript/*.run.xml
## JabRef
*.bib.bak
*.bib.sav
## Build tool auxiliary files:
manuscript/*.fdb_latexmk
manuscript/*.synctex
manuscript/*.synctex.gz
manuscript/*.synctex.gz(busy)
manuscript/*.pdfsync
## Auxiliary and intermediate files from other packages:
# algorithms
manuscript/*.alg
manuscript/*.loa
# achemso
manuscript/acs-*.bib
# amsthm
manuscript/*.thm
# glossaries
manuscript*.acn
manuscript*.acr
manuscript*.glg
manuscript*.glo
manuscript*.gls
# hyperref
manuscript/*.brf
# todonotes
#*.tdo