Move directory in .gitignore (#1787)

This commit is contained in:
Steve Dower 2017-05-24 09:24:49 -07:00 committed by GitHub
parent c0fa4ba8f7
commit 323d538fec
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,5 @@
# Two-trick pony for OSX and other case insensitive file systems: # Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory. # Ignore ./python binary on Unix but still look into ./Python/ directory.
.idea/
/python /python
!/Python/ !/Python/
*.cover *.cover
@ -76,6 +75,7 @@ config.status.lineno
core core
db_home db_home
.hg/ .hg/
.idea/
ipch/ ipch/
libpython*.a libpython*.a
libpython*.so* libpython*.so*