add general gitignores
This commit is contained in:
parent
1b806b7107
commit
081fe1a235
26
general/.config/git/ignore
Normal file
26
general/.config/git/ignore
Normal 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
|
Loading…
Reference in New Issue
Block a user