add general gitignores

This commit is contained in:
Oystein Kristoffer Tveit 2021-05-29 16:10:51 +02:00
parent 1b806b7107
commit 081fe1a235
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 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