Skip to content

Commit 0a464ff

Browse files
committed
Minor improvements to the vcs ignore files
1 parent 26b5513 commit 0a464ff

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Two-trick pony for OSX and other case insensitive file systems:
22
# Ignore ./python binary on Unix but still look into ./Python/ directory.
33
/python
4-
!/Python/**
4+
!/Python/
55
*.cover
66
*.o
77
*.orig
@@ -69,8 +69,8 @@ config.status
6969
config.status.lineno
7070
core
7171
db_home
72-
config.log
73-
config.status
72+
.hg/
73+
ipch/
7474
libpython*.a
7575
libpython*.so*
7676
platform
@@ -93,3 +93,5 @@ htmlcov/
9393
Tools/msi/obj
9494
Tools/ssl/amd64
9595
Tools/ssl/win32
96+
.vs/
97+
.vscode/

.hgignore

+3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ htmlcov/
9494
*.gcda
9595
*.gcno
9696
*.gcov
97+
ipch/
9798
coverage.info
9899
Tools/msi/obj
99100
Tools/ssl/amd64
100101
Tools/ssl/win32
102+
.vs/
103+
.vscode/

0 commit comments

Comments
 (0)