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
This commit is contained in:
Cédric Jeanneret 2019-02-20 15:18:13 +01:00
parent 53635dc0d9
commit bcd581fcb3
1 changed files with 3 additions and 1 deletions

4
.gitignore vendored
View File

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