1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-26 13:00:32 +01:00
Files
vimconfig/git/.config/git/ignore
2019-11-25 09:33:17 +01:00

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