Minor improvements to the vcs ignore files

This commit is contained in:
Steve Dower 2016-09-05 10:12:29 -07:00
commit 64c7c86389
2 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,7 +1,7 @@
# Two-trick pony for OSX and other case insensitive file systems:
# Ignore ./python binary on Unix but still look into ./Python/ directory.
/python
!/Python/**
!/Python/
*.cover
*.o
*.orig
@ -69,8 +69,8 @@ config.status
config.status.lineno
core
db_home
config.log
config.status
.hg/
ipch/
libpython*.a
libpython*.so*
platform
@ -93,4 +93,5 @@ htmlcov/
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/

View File

@ -95,7 +95,10 @@ htmlcov/
*.gcda
*.gcno
*.gcov
ipch/
coverage.info
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/