-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy path.gitignore
82 lines (60 loc) · 1.36 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# Files created by Dolphin.
**/.directory
# Autogenerated Qt files (user interface, meta-object compiler, resource compiler).
**/uic/*
**/moc/*
**/*.rcc
# Autogenerated files
autogen/
# Autogenerated Qbs 'cutehmi.dirs' files.
**/cutehmi.dirs.hpp
# Autogenerated Qbs 'cutehmi.i18n' files.
**/cutehmi.i18n.pro
# Autogenerated Qbs 'cutehmi.init' files.
**/cutehmi.init.cpp
# Autogenerated Qbs 'cutehmi.metadata' files.
**/cutehmi.metadata.hpp
**/*.metadata.json
# Autogenerated Qbs 'cutehmi.doxygen' files.
**/cutehmi.doxygen.Doxyfile
**/cutehmi.doxygen.Layout.xml
# Doxygen 'doxygen.tag' artifact.
**/doxygen.tag
# Autogenerated Qbs 'cutehmi.qmltypes' files.
**/plugins.qmltypes
# Autogenerated Qbs 'cutehmi.windeployqt' files.
**/cutehmi.windeployqt.json
# QtCreator files.
**/*.pro.user.*
**/*.pro.user
**/*.qbs.user
**/*.qbs.user.*
**/*.autosave
# QML compiler artifacts.
**/*.qmlc
**/*.jsc
# QMake artifacts.
**/.qmake.stash
# Vi swap files.
**/*.swp
# Awkgward user files.
Makefile.user
# Customized project files.
Custom.pro
Custom.qbs
# Test modules.
modules/test_*
# Temporary external artifacts and deployment (may become submodule).
external/_temp
external/deploy
external/deploy.*
# Batch file, which sets up custom environment.
userEnv.bat
# Temporary documentation artifacts.
doc/_temp
# Doxygen artifacts.
doc/Doxygen
# KDE l10n-kf5 files.
scripts
po
enpo