27 lines
215 B
Plaintext
27 lines
215 B
Plaintext
|
|
||
|
# Vim stuff
|
||
|
*.swp
|
||
|
.*.sw[a-z]
|
||
|
*.un~
|
||
|
.netrwhist
|
||
|
|
||
|
# Emacs stuff
|
||
|
.projectile
|
||
|
*~
|
||
|
*.*~
|
||
|
\#*
|
||
|
.\#*
|
||
|
|
||
|
# LaTeX
|
||
|
aux/
|
||
|
*.log # This might have som false positives
|
||
|
*.aux
|
||
|
*.out
|
||
|
*.toc
|
||
|
*.snm
|
||
|
*.synctex.gz
|
||
|
|
||
|
# Python
|
||
|
__pycache__/
|
||
|
*.pyc
|