forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (66 loc) · 1.43 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
.DS_Store
*.rej
*.orig
*.swp
*.swn
*.swo
.svn
*~
manifest.appcache
/apps/calendar/js/presets.js
/apps/camera/js/config.js
/apps/gallery/js/config.js
/apps/findmydevice/js/config.js
/apps/homescreen/js/init.json
/apps/homescreen/everything.me/config/local.json
/apps/costcontrol/js/config.json
/apps/sms/js/blacklist.json
/apps/settings/resources/network.json
/apps/settings/resources/support.json
/apps/settings/resources/sensors.json
/apps/settings/resources/findmydevice.json
/apps/system/resources/icc.json
/apps/system/resources/wapuaprof.json
/apps/*/test/unit/_sandbox.html
/apps/*/test/unit/_proxy.html
/apps/*/locales-obj
/dev_apps/test-agent/test/config.json
/dev_apps/*/test/unit/_sandbox.html
/dev_apps/*/test/unit/_proxy.html
/dev_apps/*/locales-obj
/shared/test/integration/node_modules
/shared/resources/keyboard_layouts.json
/shared/pages/import/js/parameters.js
/b2g
/profile/
/profile-debug/
/profile-test/
/profile-gaia-test-b2g/
/profile-gaia-test-firefox/
/profile.tar.gz
/.xulrunner-url
/xulrunner/
/xulrunner-sdk*/
/tools/test-agent/node_modules
/test-output.xml
/mocha-test-results.html
/build/config/custom-extensions.json
/build/config/custom-prefs.js
/build/config/custom-settings.json
/build_stage/
/local.mk
/tools/xpcwindow/vendor/
/outoftree_apps/
/distribution/
/node_modules/
/.modules.tar
ENV/
modules.tar
mozilla-b2g-gaia-node-modules-*
/git-gaia-node-modules/
/docs/
/.cproject
/.project
/.settings
venv/
travis_venv/