diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-11-01 22:48:24 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-11-01 22:48:24 -0500 |
commit | 740e1dcdc22027899cd3e88c2bdc99af8071a805 (patch) | |
tree | 66cb7c92fff811be38421614b8150134a781cc3c /.gitignore | |
parent | Issue #22770: merge from 3.4 (diff) | |
parent | Issue #17896: Move Windows external lib sources from .. to externals. (diff) | |
download | cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.gz cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.tar.bz2 cpython-740e1dcdc22027899cd3e88c2bdc99af8071a805.zip |
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5221fd75463..c7db0c7687b 100644 --- a/.gitignore +++ b/.gitignore @@ -80,4 +80,5 @@ tags TAGS .coverage coverage/ +externals/ htmlcov/ |