diff options
author | Segev Finer <segev208@gmail.com> | 2017-07-06 21:08:41 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2017-07-06 21:08:41 (GMT) |
commit | 710cc7667c27955272725729775cb39c40cca113 (patch) | |
tree | 7eda9fcb9e900f1b6015a403fe6cd31ced41ae90 /.gitignore | |
parent | 10df96affd0f3e21a7750db98038f8419b91db95 (diff) | |
download | cpython-710cc7667c27955272725729775cb39c40cca113.zip cpython-710cc7667c27955272725729775cb39c40cca113.tar.gz cpython-710cc7667c27955272725729775cb39c40cca113.tar.bz2 |
[3.5] Fix case in .gitignore (GH-2607) (GH-2609)
(cherry picked from commit be5ebe58776a02d53bcf5e43ab946b555c0e025f)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ PCbuild/obj/ -PCBuild/win32/ +PCbuild/win32/ .purify Parser/pgen __pycache__ |