From 12efbf5e61931eec4c94ac0cf6cbc4e8a62949b8 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sun, 12 Apr 2015 21:52:44 -0400 Subject: [PATCH] Don't gitignore the Python directory on case insensitive file systems. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba9ee85428f..3fe32593dbf 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,7 @@ libpython*.so* platform pybuilddir.txt pyconfig.h -python +python$ python-config python-config.py python.exe