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:
parent
53635dc0d9
commit
bcd581fcb3
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
@ -59,4 +62,3 @@ target/
|
|||||||
|
|
||||||
# Files created by releasenotes build
|
# Files created by releasenotes build
|
||||||
releasenotes/build
|
releasenotes/build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user