Move directory in .gitignore (#1787)
This commit is contained in:
parent
c0fa4ba8f7
commit
323d538fec
|
@ -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*
|
||||||
|
|
Loading…
Reference in New Issue