Skip to content

Commit

Permalink
Minor improvements to the vcs ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba committed Sep 5, 2016
2 parents 4847f31 + 63cf72d commit 64c7c86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -69,8 +69,8 @@ config.status
config.status.lineno
core
db_home
config.log
config.status
.hg/
ipch/
libpython*.a
libpython*.so*
platform
Expand All @@ -93,4 +93,5 @@ htmlcov/
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/
3 changes: 3 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ htmlcov/
*.gcda
*.gcno
*.gcov
ipch/
coverage.info
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/

0 comments on commit 64c7c86

Please sign in to comment.