-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (74 loc) · 1.6 KB
/
Copy path.gitignore
File metadata and controls
75 lines (74 loc) · 1.6 KB
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
Makefile
debian/qtpass*
debian/files
build-stamp
qtpass
QtPass.app
QtPass.dmg
qtpass.pro.user
qtpass.xcodeproj/project.xcworkspace/xcuserdata/*
qtpass.xcodeproj/xcuserdata/*
qtpass.xcworkspace/xcuserdata/*
.DS_Store
.qmake.stash
.tmp/
*.o
moc_*.cpp
qrc_*.cpp
ui_*.h
localization/*.qm
build/
.idea
.vscode
src/libqtpass.a
src/moc_predefs.h
tests/auto/*/moc_predefs.h
tests/auto/*/target_wrapper.sh
tests/auto/*/*.moc
tests/auto/util/tst_util
tests/auto/ui/tst_ui
tests/auto/model/tst_model
tests/auto/settings/tst_settings
tests/auto/executor/tst_executor
tests/auto/passwordconfig/tst_passwordconfig
tests/auto/simpletransaction/tst_simpletransaction
tests/auto/filecontent/tst_filecontent
tests/auto/gpgkeystate/tst_gpgkeystate
tests/auto/integration/tst_integration
tests/auto/exportpublickeydialog/tst_exportpublickeydialog
tests/auto/importkeydialog/tst_importkeydialog
tests/auto/keygendialog/tst_keygendialog
tests/auto/trayicon/tst_trayicon
tests/auto/configdialog/tst_configdialog
tests/auto/mainwindow/tst_mainwindow
tests/auto/profileinit/tst_profileinit
tests/auto/userinfo/tst_userinfo
tests/auto/locale/tst_locale
tests/auto/locale/.qm/
tests/auto/locale/qmake_qmake_qm_files.qrc
**/*.gc*
*.bak
README.c*
README.faq
README.rtf
html/**
rtf/**
latex/**
xml/**
qmake_qmake_qm_files.qrc
src/.qm/
weblate
artwork/qtpass-icon.png
.aider*
compile_commands.json
.cache
linter-output.log
release-artifacts
node_modules
docs
opencode.json
.opencode/package-lock.json
.opencode/*.local.json
.opencode/scheduled_tasks.lock
tests/auto/grepsearchcontroller/tst_grepsearchcontroller
tests/auto/passworddisplaypanel/tst_passworddisplaypanel