From 6ab6bd8012c9bcb03bb2b06704a2ba9d0eaae590 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sun, 12 Apr 2015 19:14:30 -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 7e06d3afac5..af56278bad1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ config.status libpython*.a libpython*.so* pyconfig.h -python +python$ python-gdb.py tags .coverage