mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-26 13:00:32 +01:00
21 lines
207 B
Plaintext
21 lines
207 B
Plaintext
# Editor backup files
|
|
*~
|
|
.*.swp
|
|
.DS_Store
|
|
|
|
# Exclude python cache files
|
|
*.pyc
|
|
*.pyo
|
|
*__pycache__
|
|
|
|
# Exclude LaTeX garbage files
|
|
*.aux
|
|
*.fdb_latexmk
|
|
*.fls
|
|
*.dvi
|
|
*.toc
|
|
|
|
# Exclude IDE files
|
|
.idea
|
|
cmake-build-*
|