diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-07 10:45:12 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-15 20:08:51 +0100 |
commit | 66eb7e10d1da8c04dcc734f593b17a478e3498cb (patch) | |
tree | 82e63bdde931d1d83e8a136ef0ced022afd275c3 /.gitignore | |
parent | 02d865948d491c1e054715de1ae49b6ce14885c5 (diff) | |
download | pylint-git-66eb7e10d1da8c04dcc734f593b17a478e3498cb.tar.gz |
Add a warning in the .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index a652d9145..953563484 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -.svn/ -.hg/ -.hgtags/ +# Do not add entries specific to your dev environment or development +# preferences in this file. You can use the global .gitignore for that: +# git config --global core.excludesFile '~/.gitignore' /log *.py[cod] /build @@ -20,7 +20,6 @@ debian/pylint.substvars debian/pylint .coverage .coverage.* -.idea .cache/ .eggs/ .pytest_cache/ |