1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-13 17:49:51 +08:00
Qt-Advanced-Docking-System/.gitignore
2019-10-09 14:15:53 +02:00

18 lines
115 B
Plaintext

*.pro.user
/build
*.o
*.dylib
*.app
qrc_*
moc_*
ui_*
Makefile
# IDEs
.idea
# Python
.eggs
*.pyc
*.pyd
__pycache__