diff options
author | Aru Sahni <arusahni@gmail.com> | 2015-12-15 22:22:14 -0500 |
---|---|---|
committer | Aru Sahni <arusahni@gmail.com> | 2015-12-15 22:22:14 -0500 |
commit | 77420b79174a18931217d3afeb84871eeea692b5 (patch) | |
tree | 21499ca67d38268847279b13e001fc1893ef9a22 /.gitignore | |
parent | 1a12f6c5f9504a3e8e23a21aa48ded96bceda759 (diff) | |
download | pylint-git-77420b79174a18931217d3afeb84871eeea692b5.tar.gz |
Explicitly root gitignores that were rooted in the hgignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index e3c797e4a..30675d6ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ .svn/ .hg/ .hgtags/ -log +/log *.py[cod] -build -doc/_build -dist/ -pylint.egg-info/ +/build +/doc/_build +/dist/ +/pylint.egg-info/ .tox *.sw[a-z] doc/features.rst |