diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-01 10:38:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-01 10:38:56 +0200 |
commit | 8276ba077ce55c96a4f057e1c22f8fcc866d2174 (patch) | |
tree | 8ac171f762f8dd50afbccf5e4cbc46bf50790793 /.gitignore | |
parent | .travis.yml: Take advantage of tox (diff) | |
download | portage-8276ba077ce55c96a4f057e1c22f8fcc866d2174.tar.gz portage-8276ba077ce55c96a4f057e1c22f8fcc866d2174.tar.bz2 portage-8276ba077ce55c96a4f057e1c22f8fcc866d2174.zip |
gitignore: Ignore .tox
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c13ef473..a9f772c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__/ *.so /build /tags +/.tox/ setup.cfg repoman/build |