mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
292 B
34 lines
292 B
# C++ objects and libs |
|
|
|
*.slo |
|
*.lo |
|
*.o |
|
*.a |
|
*.la |
|
*.lai |
|
*.so |
|
*.dll |
|
*.dylib |
|
|
|
# Qt-es |
|
|
|
/.qmake.cache |
|
/.qmake.stash |
|
*.pro.user |
|
*.pro.user.* |
|
*.qbs.user |
|
*.qbs.user.* |
|
*.moc |
|
moc_*.cpp |
|
qrc_*.cpp |
|
ui_*.h |
|
Makefile* |
|
*-build-* |
|
|
|
# QtCreator |
|
|
|
*.autosave |
|
|
|
#QtCtreator Qml |
|
*.qmlproject.user |
|
*.qmlproject.user.*
|
|
|