Skip to content

Commit e571ee1

Browse files
author
Jared Koumentis
committed
Merge pull request #349 from tucnak/master
Gitignore for Qt core developers
2 parents e0fbe0f + d49148e commit e571ee1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Qt.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# C++ objects and libs
2+
3+
*.slo
4+
*.lo
5+
*.o
6+
*.a
7+
*.la
8+
*.lai
9+
*.so
10+
*.dll
11+
*.dylib
12+
13+
# Qt-es
14+
15+
*.pro.user
16+
*.pro.user.*
17+
moc_*.cpp
18+
qrc_*.cpp
19+
Makefile
20+
*-build-*

0 commit comments

Comments
 (0)