Skip to content

Commit e22f398

Browse files
author
Geert Vanderkelen
committed
WL7715: Connector/Python v2 Git repository
Adding .gitignore and submodule cpyint.
0 parents  commit e22f398

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.pyc
2+
.DS_Store
3+
*__pycache__*
4+
.idea/
5+
commit.txt
6+
*.patch
7+
*.diff
8+

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "cpyint"]
2+
path = cpyint
3+
url = ../python-internal.git
4+
branch = master

cpyint

Submodule cpyint added at f6a1a7f

0 commit comments

Comments
 (0)