From bcd581fcb3649b3604ef2be6a09eaadd521aed12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Wed, 20 Feb 2019 15:18:13 +0100 Subject: [PATCH] Tell people how to ignore their personnal editor temporary files Since https://review.openstack.org/#/c/592520/ editor temporary files aren't ignore anymore. This comment tells how to do that in order to avoid future people coming around and wanting to add editor related rules in the .gitignore file. Change-Id: I47b7ebf7c8afe22c4bd7643c855940649f6da52c --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 792181dd3..dfb2e591e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# If you want to ignore sour editor temp files, please follow this: +# - create ~/.gitignore, add your content +# - git config --global core.excludesfile '~/.gitignore' # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -59,4 +62,3 @@ target/ # Files created by releasenotes build releasenotes/build -