Skip to content

Commit 7793e94

Browse files
authored
Merge pull request #1082 from vrsource/python_bindings
Add Python bindings using SIP
2 parents 715a466 + ec800ba commit 7793e94

23 files changed

+3240
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ Release
7070
*.Debug
7171
*.Release
7272

73+
# Ignore temporary Python files
74+
python/PyQtAV.api
75+
python/PyQtAV.pro
76+
python/QtAV.pyi
77+
python/QtAVWidgets.pyi
78+
python/QtAV
79+
python/QtAVWidgets
80+
7381
*.fuse*
7482

7583
#qt

0 commit comments

Comments
 (0)