Add comments to the .gitignore file

This commit is contained in:
Rodolphe Bréard 2021-09-12 10:13:41 +02:00
parent 3bd28fba99
commit f71325a367

9
.gitignore vendored
View file

@ -1,11 +1,18 @@
# Backup files
*~
\#*
.\#*
# Python
__pycache__/
*.py[cod]
*$py.class
.emacs.d/auto-save-list/
# Vim
.vim/bundle/*
!.vim/bundle/Vundle.vim
.vim/.netrwhist
*.swp
# Emacs
.emacs.d/auto-save-list/