-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
225 lines (195 loc) · 3.64 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
Makefile
Makefile.*
*.o
.obj
.moc
.rcc
*.pro.user
*.pro.user*
src/mozillavpn
src/mozillavpn.app
src/mozillavpn.framework
src/version.h
mozillavpn_wg
mozillavpn.qmltypes
mozillavpn_metatypes.json
mozillavpn_qmltyperegistrations.cpp
balrog/balrog-api.a
balrog/balrog-api.h
balrog/vendor/
qrc_qml.cpp
.qmake.stash
dbus_adaptor.*
dbus_interface.*
mozillavpn-daemon
*_plugin_import.cpp
src/netfilter.[ah]
linux/netfilter/vendor/
.qm
.tmp
.env
.venv
.cache/clangd
__pycache__
lottie.mjs
qml_lint_result.txt
release_notes.txt
# Translation pipeline
addon_ts/
# Cmake Presets
# https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
CMakeUserPresets.json
# CMake build artifacts
cmake_install.cmake
CMakeCache.txt
CMakeFiles/
lottie/lottie_autogen/
lottie/liblottie.a
nebula/nebula_autogen/
nebula/libnebula.a
src/mozillavpn_autogen/
/build-*/
/build*/
dummybuild
# Node (for functional tests)
node_modules
#Github Codespaces
.venv
=/
asset_catalog_compiler.Info.plist
# Ignore files that might be added by Android Studio
# if someone opens the android/ subproject
android/.gradle/
android/.idea/
android/build
android/local.properties
android/**/*.cxx
android/.cxx/*
!android/res/debug/**/*
!android/*/**/Makefile
xcode.xconfig
.gradle/
.gradle_cache/
*.ts
tests/auth/tests
tests/auth/auth_tests
tests/auth/auth_tests_autogen/
tests/unit/tests
tests/unit/tests_autogen/
tests/nativemessaging/tests
tests/qml/qml_tests
tests/qml/qml_tests_autogen/
tests/qml/target_wrapper.sh
tests/functional/addons/generated
build
!taskcluster/ci/build
!taskcluster/scripts/build
Debug/
!android/src/debug/
!android/resources/debug/
Debug-iphone*
Release/
!src/tasks/release
Release-iphone*
!android/resources/release/
!src/tasks/release/
macos/gobridge/wireguard-go-version.h
ios/gobridge/wireguard-go-version.h
# Taskcluster/ Taskgraph
!taskcluster/ci/build
!taskcluster/scripts/build
*.pyc
# Editors
*.swp
.idea/
vscode-cpptools/*
*.xcodeproj/
MozillaVPN.vcxproj*
*.autosave
# Visual Studio stuff.
CMakeSettings.json
# Qt Creator
CMakeLists.txt.user
#Windows
.deps
lib*.dll
*.wixobj
*.msm
*.dll
.vs/
*.msi
MozillaVPN.exe
MozillaVPN.exp
MozillaVPN.lib
MozillaVPN_resource.rc
mozillavpnnp.exe
mozillavpnnp.vcxproj*
windows/installer/x64/
windows/tunnel/x64/
windows/split-tunnel/*.cat
windows/split-tunnel/*.inf
windows/split-tunnel/*.sys
windows/split-tunnel/*.dll
windows/split-tunnel/.status
# Mac OS X
.DS_Store
# Rust
.cargo_home/
.rustc_info.json
# WASM
mozillavpn.js
mozillavpn.wasm
qtloader.js
# WebExtension native app
extension/app/mozillavpnnp
.npobj/*
mozillavpnnp.exe
mozillavpnnp.vcxproj*
# glean
/glean/libglean.a
/glean/glean_autogen/
/glean/telemetry/*
!/glean/telemetry/.keepme
qtglean/prebuilt/
# For users compiling QT per the README
/qt/
# Language files
l18nstrings.h
l18nstrings_p.cpp
/translations/libtranslations.a
/translations/translations_autogen/
translations/*/*.ts
translations/*/*.qm
translations/*/locversion.plist
translations/generated/
macos/pkg/Resources/*.lproj
# Addons
addons/generated/
# Adjust SDK Files
android/adjust/src/
# ipmonitor
tools/ipmonitor/ipmonitor
tools/ipmonitor/ipmonitor.exe
# inspector
tools/inspector/.cache
tools/inspector/.parcel-cache
tools/inspector/dist
tools/inspector/node_modules
tools/wasm_chrome/branch_runs.json
!tools/wasm_chrome/*.ts
*.PDB
# Bridge app
extension/bridge/target
extension/bridge/vendor
extension/bridge/.cargo_home
extension/bridge/.cargo
# Generated by Cargo
# will have compiled files and executables
debug/
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Translations Report
tools/translationsreport/output.json