From f71325a367e25489a4adc0c7a7fd1f7b382ca013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 12 Sep 2021 10:13:41 +0200 Subject: [PATCH] Add comments to the .gitignore file --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ae5227..0c1f41e 100644 --- a/.gitignore +++ b/.gitignore @@ -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/