Browse Source

Move directory in .gitignore (#1787)

pull/1809/head
Steve Dower 9 years ago
committed by GitHub
parent
commit
323d538fec
  1. 2
      .gitignore

2
.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*

Loading…
Cancel
Save