We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b5513 commit 0a464ffCopy full SHA for 0a464ff
.gitignore
@@ -1,7 +1,7 @@
1
# Two-trick pony for OSX and other case insensitive file systems:
2
# Ignore ./python binary on Unix but still look into ./Python/ directory.
3
/python
4
-!/Python/**
+!/Python/
5
*.cover
6
*.o
7
*.orig
@@ -69,8 +69,8 @@ config.status
69
config.status.lineno
70
core
71
db_home
72
-config.log
73
-config.status
+.hg/
+ipch/
74
libpython*.a
75
libpython*.so*
76
platform
@@ -93,3 +93,5 @@ htmlcov/
93
Tools/msi/obj
94
Tools/ssl/amd64
95
Tools/ssl/win32
96
+.vs/
97
+.vscode/
.hgignore
@@ -94,7 +94,10 @@ htmlcov/
*.gcda
*.gcno
*.gcov
98
coverage.info
99
100
101
102
103
0 commit comments