Skip to content

Commit 9827757

Browse files
committed
Initial commit
0 parents  commit 9827757

File tree

3 files changed

+697
-0
lines changed

3 files changed

+697
-0
lines changed

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
*.acn
2+
*.acr
3+
*.alg
4+
*.aux
5+
*.bbl
6+
*.blg
7+
*.dvi
8+
*.fdb_latexmk
9+
*.glg
10+
*.glo
11+
*.gls
12+
*.idx
13+
*.ilg
14+
*.ind
15+
*.ist
16+
*.lof
17+
*.log
18+
*.lot
19+
*.maf
20+
*.mtc
21+
*.mtc0
22+
*.nav
23+
*.nlo
24+
*.out
25+
*.pdfsync
26+
*.ps
27+
*.snm
28+
*.synctex.gz
29+
*.toc
30+
*.vrb
31+
*.xdy
32+
*.tdo

0 commit comments

Comments
 (0)