dotfiles/general/.config/git/ignore

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