Skip to content

Commit 0d2b9a1

Browse files
ignore
1 parent 5160ee3 commit 0d2b9a1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.gitignore

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
*.jl.cov
2-
*.jl.*.cov
3-
*.jl.mem
41
.ipynb_checkpoints
2+
*/.ipynb_checkpoints/*
53
*.tmp
64
*.aux
75
*.log
86
*.out
97
*.tex
10-
tutorials/**/*.html
11-
tutorials/**/*.pdf
8+
tmp*/
9+
gks.svg
1210
/*/*/jl_*/
11+
/Manifest.toml
12+
13+
# We're going to store these in a separate repository now
14+
html/
15+
script/
16+
pdf/
17+
notebook/
18+
markdown/

0 commit comments

Comments
 (0)