Bug 1483965 - Fix the checked selection in the RDM device pixel ratio menu. r=caliman
[gecko.git] / .gitignore
blobe4f289f9e94f94a39d1db0b052c05d202fd19026
1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
4 *~
5 *.pyc
6 *.pyo
7 TAGS
8 tags
9 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
11 !id/
12 .DS_Store*
13 *.pdb
14 *.egg-info
16 # Vim swap files.
17 .*.sw[a-z]
18 .sw[a-z]
20 # Emacs directory variable files.
21 **/.dir-locals.el
23 # User files that may appear at the root
24 /.mozconfig*
25 /mozconfig
26 /configure
27 /old-configure
28 /config.cache
29 /config.log
30 /.clang_complete
31 /machrc
32 /.machrc
34 # Empty marker file that's generated when we check out NSS
35 security/manager/.nss.checkout
37 # Build directories
38 /obj*/
40 # gecko.log is generated by various test harnesses
41 /gecko.log
43 # Build directories for js shell
44 _DBG.OBJ/
45 _OPT.OBJ/
47 # SpiderMonkey configury
48 js/src/configure
49 js/src/old-configure
50 js/src/autom4te.cache
51 # SpiderMonkey test result logs
52 js/src/tests/results-*.html
53 js/src/tests/results-*.txt
55 # Java HTML5 parser classes
56 parser/html/java/htmlparser/
57 parser/html/java/javaparser/
59 # Ignore the files and directory that Eclipse IDE creates
60 .project
61 .cproject
62 .settings/
64 # Ignore the files and directory that JetBrains IDEs create.
65 /.idea/
66 *.iml
67 # Android Monitor in Android Studio creates a captures/ directory.
68 /captures/
70 # Gradle cache.
71 /.gradle/
73 # Local Gradle configuration properties.
74 /local.properties
76 # Python virtualenv artifacts.
77 third_party/python/psutil/**/*.so
78 third_party/python/psutil/**/*.pyd
79 third_party/python/psutil/build/
80 third_party/python/psutil/tmp/
82 # Ignore chrome.manifest files from the devtools loader
83 devtools/client/chrome.manifest
84 devtools/shared/chrome.manifest
86 # Ignore node_modules directories in devtools
87 devtools/**/node_modules
89 # Tag files generated by GNU Global
90 GTAGS
91 GRTAGS
92 GSYMS
93 GPATH
95 # Git clone directory for updating web-platform-tests
96 testing/web-platform/sync/
98 # Third party metadata for web-platform-tests
99 testing/web-platform/products/
101 # Android Gradle artifacts.
102 mobile/android/gradle/.gradle
104 # XCode project cruft
105 /*.xcodeproj/
106 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
107 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
109 # Rust/Cargo output from running `cargo` directly
110 /target/
112 # Ignore mozharness execution files
113 testing/mozharness/.tox/
114 testing/mozharness/build/
115 testing/mozharness/logs/
116 testing/mozharness/.coverage
117 testing/mozharness/nosetests.xml
119 # Ignore ESLint node_modules
120 node_modules/
122 # Ignore talos virtualenv and tp5n files.
123 # The tp5n set is supposed to be decompressed at
124 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
125 # locally. Similarly, running talos requires a Python package virtual
126 # environment. Both the virtual environment and tp5n files end up littering
127 # the status command, so we ignore them.
128 testing/talos/.Python
129 testing/talos/bin/
130 testing/talos/include/
131 testing/talos/lib/
132 testing/talos/talos/tests/tp5n.zip
133 testing/talos/talos/tests/tp5n
134 testing/talos/talos/tests/devtools/damp.manifest.develop
136 # Ignore sync tps logs and reports
137 tps.log
138 tps_result.json
140 # Ignore files created when running a reftest.
141 lextab.py
143 # tup database
144 /.tup
146 # Ignore Visual Studio Code workspace files.
147 .vscode/*
148 !.vscode/extensions.json
149 !.vscode/tasks.json