1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 11:09:50 +08:00

Updated gitignore

This commit is contained in:
Uwe Kindler 2023-12-04 09:09:37 +01:00
parent 5d6831d179
commit 5f2aeaef00

5
.gitignore vendored
View File

@ -1,4 +1,4 @@
*.pro.user
*.pro.user*
/build
*.o
*.dylib
@ -7,6 +7,9 @@ qrc_*
moc_*
ui_*
Makefile
*.dll
*.a
build-*
# IDEs
.idea