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

2
.gitignore vendored
View file

@ -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*