diff options
author | 2017-07-06 23:43:37 +0300 | |
---|---|---|
committer | 2017-07-06 15:43:37 -0500 | |
commit | be5ebe58776a02d53bcf5e43ab946b555c0e025f (patch) | |
tree | b505fdefed0d4913c4b4ed39621e98e823a5c407 /.gitignore | |
parent | bpo-26506: hex() documentation: mention %x % int (GH-2525) (diff) | |
download | cpython-be5ebe58776a02d53bcf5e43ab946b555c0e025f.tar.gz cpython-be5ebe58776a02d53bcf5e43ab946b555c0e025f.tar.bz2 cpython-be5ebe58776a02d53bcf5e43ab946b555c0e025f.zip |
Fix case in .gitignore (GH-2607)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 03c8268b761..ea7abfe5599 100644 --- a/.gitignore +++ b/.gitignore @@ -60,7 +60,7 @@ PCbuild/*.VC.opendb PCbuild/.vs/ PCbuild/amd64/ PCbuild/obj/ -PCBuild/win32/ +PCbuild/win32/ .purify Parser/pgen Parser/pgen.exe |