Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5ce7e commit 63cf72dCopy full SHA for 63cf72d
2 files changed
.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