Migrate back to Git LFS
This commit is contained in:
parent
6b34b62aa2
commit
4b6498ede3
237 changed files with 36953 additions and 0 deletions
33
.gitignore
vendored
Executable file
33
.gitignore
vendored
Executable file
|
@ -0,0 +1,33 @@
|
|||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# LaTeX
|
||||
*.aux
|
||||
*.bcf
|
||||
*.idx
|
||||
*.log
|
||||
*.out
|
||||
*.bbl
|
||||
*.blg
|
||||
*.xml
|
||||
*.toc
|
||||
*.fls
|
||||
*.fdb_latexmk
|
||||
*.lot
|
||||
*.lof
|
||||
*.ind
|
||||
*.ilg
|
||||
*.xdv
|
||||
__latex*
|
||||
*synctex*
|
||||
*.listing
|
||||
*.fmt
|
||||
*.nav
|
||||
*.snm
|
||||
*.vrb
|
||||
|
||||
# Compiled materials
|
||||
website/slides/*.pdf
|
||||
website/labs/*.pdf
|
||||
website/problem-sets/*.pdf
|
||||
website/syllabus.pdf
|
Loading…
Add table
Add a link
Reference in a new issue