summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-05-24 09:24:49 -0700
committerGitHub <noreply@github.com>2017-05-24 09:24:49 -0700
commit323d538fec78af8eaffc9449a7b9e0ba92d985fc (patch)
treed85d73d9c826decbe69eeb83091ef2675244a3e5 /.gitignore
parentc0fa4ba8f7a4da617a9e195aa0d68bdee045dcb7 (diff)
downloadcpython-git-323d538fec78af8eaffc9449a7b9e0ba92d985fc.tar.gz
Move directory in .gitignore (#1787)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index de4c573fad..03c8268b76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
# Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory.
-.idea/
/python
!/Python/
*.cover
@@ -76,6 +75,7 @@ config.status.lineno
core
db_home
.hg/
+.idea/
ipch/
libpython*.a
libpython*.so*