Skip to content

Commit b02a111

Browse files
committed
Update git ignore
1 parent 0511dd1 commit b02a111

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.gitignore

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*.so.*
1313
*.dll
1414
*.dylib
15+
.cache
1516

1617
# Qt-es
1718
object_script.*.Release
@@ -30,8 +31,6 @@ qrc_*.cpp
3031
ui_*.h
3132
*.qmlc
3233
*.jsc
33-
Makefile*
34-
*build-*
3534
*.qm
3635
*.prl
3736

@@ -54,4 +53,13 @@ compile_commands.json
5453
# QtCreator local machine specific files for imported projects
5554
*creator.user*
5655

57-
src/util/version.h
56+
# docs
57+
_build
58+
build/
59+
venv
60+
*docs/doxygen/html
61+
*docs/doxygen/doxygen.log
62+
63+
.vscode/
64+
65+
coverage/

0 commit comments

Comments
 (0)