Skip to content

Commit 5516fe8

Browse files
committed
Update .gitignore file
1 parent 1993883 commit 5516fe8

1 file changed

Lines changed: 32 additions & 5 deletions

File tree

.gitignore

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,57 @@
1-
# https://github.com/github/gitignore
21

3-
# C++ objects and libs
2+
# Source: https://github.com/github/gitignore
43

4+
# C++ objects and libs
55
*.slo
66
*.lo
77
*.o
88
*.a
99
*.la
1010
*.lai
1111
*.so
12+
*.so.*
1213
*.dll
1314
*.dylib
1415

1516
# Qt-es
16-
17+
object_script.*.Release
18+
object_script.*.Debug
19+
*_plugin_import.cpp
1720
/.qmake.cache
1821
/.qmake.stash
1922
*.pro.user
2023
*.pro.user.*
24+
*.qbs.user
25+
*.qbs.user.*
2126
*.moc
2227
moc_*.cpp
28+
moc_*.h
2329
qrc_*.cpp
2430
ui_*.h
31+
*.qmlc
32+
*.jsc
2533
Makefile*
26-
*-build-*
34+
*build-*
35+
*.qm
36+
*.prl
2737

28-
# QtCreator
38+
# Qt unit tests
39+
target_wrapper.*
2940

41+
# QtCreator
3042
*.autosave
43+
44+
# QtCreator Qml
45+
*.qmlproject.user
46+
*.qmlproject.user.*
47+
48+
# QtCreator CMake
49+
CMakeLists.txt.user*
50+
51+
# QtCreator 4.8< compilation database
52+
compile_commands.json
53+
54+
# QtCreator local machine specific files for imported projects
55+
*creator.user*
56+
57+
src/util/version.h

0 commit comments

Comments
 (0)