summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-05-22 17:48:16 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-05-22 18:03:05 (GMT)
commit1f50389370d9666538fea2a1d3a2e2af638cc71f (patch)
tree0f42fa5b2004832f5116192f7f6ed58af1cd37ba /Misc
parent979f37afd2b7ccd77f2d43e68a1d596befa58bcd (diff)
downloadcpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.zip
cpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.tar.gz
cpython-1f50389370d9666538fea2a1d3a2e2af638cc71f.tar.bz2
#14472: Update .gitignore
Patch by Matej Cepl.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index bea7eba..a928088 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -150,6 +150,7 @@ Lorenzo M. Catucci
Donn Cave
Charles Cazabon
Per Cederqvist
+Matej Cepl
Octavian Cerna
Pascal Chambon
John Chandler
diff --git a/Misc/NEWS b/Misc/NEWS
index ec5cd98..d435b19 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,8 @@ Tests
Build
-----
+- Issue #14472: Update .gitignore. Patch by Matej Cepl.
+
- The Windows build now uses OpenSSL 1.0.0j and bzip2 1.0.6.
- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.