add general gitignores
This commit is contained in:
parent
1b806b7107
commit
081fe1a235
|
@ -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
|
Loading…
Reference in New Issue