mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add more default ignores.
This commit is contained in:
@@ -2,3 +2,15 @@
|
|||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Exclude python cache files
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*__pycache__
|
||||||
|
|
||||||
|
# Exclude LaTeX garbage files
|
||||||
|
*.aux
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.dvi
|
||||||
|
*.toc
|
||||||
|
|||||||
Reference in New Issue
Block a user