forked from mozilla-mobile/mozilla-vpn-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
116 lines (104 loc) · 1.71 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
.DS_Store
Makefile
*.o
.obj
.moc
.rcc
*.pro.user
*.pro.user*
src/mozillavpn
src/mozillavpn.app
src/mozillavpn.framework
mozillavpn_wg
mozillavpn.qmltypes
mozillavpn_metatypes.json
mozillavpn_qmltyperegistrations.cpp
balrog/balrog.a
balrog/balrog.h
qrc_qml.cpp
.qmake.stash
dbus_adaptor.*
dbus_interface.*
mozillavpn-daemon
*_plugin_import.cpp
linux/netfilter/netfilter.[ah]
linux/netfilter/vendor/
.qm
.tmp
.env
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/*/*/Makefile
xcode.xconfig
.gradle/
.gradle_cache/
*.ts
tests/auth/tests
tests/unit/tests
tests/nativemessaging/tests
tests/proxy/__pycache__/
build
Debug/
!android/src/debug/
Debug-iphone*
Release/
Release-iphone*
macos/gobridge/wireguard-go-version.h
# Editors
*.swp
.idea/
.vscode/
MozillaVPN.xcodeproj/
MozillaVPN.vcxproj*
*.autosave
#Windows
.deps
lib*.dll
balrog.dll
tunnel.dll
tunnel.h
*.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/*
!windows/split-tunnel/get.ps1
# WASM
mozillavpn.js
mozillavpn.wasm
qtloader.js
# WebExtension native app
extension/app/mozillavpnnp
.npobj/*
mozillavpnnp.exe
mozillavpnnp.vcxproj*
# glean
/glean/telemetry/*
!/glean/telemetry/.keepme
# For users compiling QT per the README
/qt/
# Scripts
scripts/__pycache__
# Language files
translations/*/*.ts
translations/*/*.qm
translations/*/locversion.plist
translations/*.pri
translations/generated/*.cpp
translations/generated/*.h
macos/pkg/Resources/*.lproj