1
0
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:
Bert Peters
2016-07-16 15:39:21 +02:00
parent ec655000f8
commit 08ea60e2d4

View File

@@ -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