Skip to content

Commit 5f2aeae

Browse files
Updated gitignore
1 parent 5d6831d commit 5f2aeae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*.pro.user
1+
*.pro.user*
22
/build
33
*.o
44
*.dylib
@@ -7,6 +7,9 @@ qrc_*
77
moc_*
88
ui_*
99
Makefile
10+
*.dll
11+
*.a
12+
build-*
1013

1114
# IDEs
1215
.idea

0 commit comments

Comments
 (0)