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
1 parent fb5ce7e commit 63cf72d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 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,3 +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 @@ -94,7 +94,10 @@ htmlcov/
*.gcda
*.gcno
*.gcov
ipch/
coverage.info
Tools/msi/obj
Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/

0 comments on commit 63cf72d

Please sign in to comment.