mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
084c5c5995
* ENH: Use versioneer for version information. * FIX: rc.py is a build artifact and should not be version controlled. * FIX: Move processResourceFile to its own command.
20 lines
130 B
Plaintext
20 lines
130 B
Plaintext
*.pro.user
|
|
/build
|
|
*.o
|
|
*.dylib
|
|
*.app
|
|
qrc_*
|
|
moc_*
|
|
ui_*
|
|
Makefile
|
|
|
|
# IDEs
|
|
.idea
|
|
|
|
# Python
|
|
.eggs
|
|
*.pyc
|
|
*.pyd
|
|
__pycache__
|
|
PyQtAds/rc.py
|