Modified gitignore.
This commit is contained in:
30
.gitignore
vendored
30
.gitignore
vendored
@@ -1,7 +1,31 @@
|
||||
# Python:
|
||||
### Python:
|
||||
./__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
# Recording data:
|
||||
### Recording data:
|
||||
data/*
|
||||
# Tex:
|
||||
### Tex:
|
||||
*.aux
|
||||
*.lof
|
||||
*.log
|
||||
*.lot
|
||||
*.fls
|
||||
*.out
|
||||
*.toc
|
||||
*.fmt
|
||||
*.fot
|
||||
*.cb
|
||||
*.cb2
|
||||
.*.lb
|
||||
*.bbl
|
||||
*.bcf
|
||||
*.blg
|
||||
*-blx.aux
|
||||
*-blx.bib
|
||||
*.run.xml
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
Reference in New Issue
Block a user