Bug 1708193 - Remove mozapps/extensions/internal/Content.js r=rpl
[gecko.git] / .gitignore
blob2b16924f10477fc1eb4b56f23f47b34a7a8abaef
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 compile_commands.json
10 toolchains.json
12 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
14 !id/
15 .DS_Store*
16 *.pdb
17 .eslintcache
18 # Filesystem temporaries
19 .fuse_hidden*
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
23 *.egg-info
24 !third_party/python/**/*.egg-info
25 !testing/web-platform/tests/tools/third_party/**/*.egg-info
27 # Vim swap files.
28 .*.sw[a-z]
29 .sw[a-z]
31 # Emacs directory variable files.
32 **/.dir-locals.el
33 # Emacs project sentinel files.
34 **/.projectile
36 # User files that may appear at the root
37 /.mozconfig*
38 /mozconfig*
39 /configure
40 /old-configure
41 /config.cache
42 /config.log
43 /.clang_complete
44 /machrc
45 /.machrc
46 # pyenv artifact
47 /.python-version
49 # Empty marker file that's generated when we check out NSS
50 security/manager/.nss.checkout
52 # Build directories
53 /obj*/
55 # gecko.log is generated by various test harnesses
56 /gecko.log
58 # Ignore newtab component build assets
59 browser/components/newtab/logs/
61 # Build directories for js shell
62 *_DBG.OBJ/
63 *_OPT.OBJ/
64 /js/src/*-obj/
65 /js/src/obj-*/
67 # SpiderMonkey configury
68 js/src/configure
69 js/src/old-configure
70 js/src/autom4te.cache
71 # SpiderMonkey test result logs
72 js/src/tests/results-*.html
73 js/src/tests/results-*.txt
75 # Java HTML5 parser classes
76 parser/html/java/htmlparser/
77 parser/html/java/javaparser/
78 parser/html/java/javaparser.jar
79 parser/html/java/translator.jar
81 # Ignore the files and directory that Eclipse IDE creates
82 .project
83 .cproject
84 .settings/
86 # Ignore the files and directory that JetBrains IDEs create.
87 /.idea/
88 *.iml
89 # Android Monitor in Android Studio creates a captures/ directory.
90 /captures/
92 # Gradle cache.
93 /.gradle/
95 # Local Gradle configuration properties.
96 /local.properties
98 # Ignore chrome.manifest files from the devtools loader
99 devtools/client/chrome.manifest
100 devtools/shared/chrome.manifest
102 # Ignore debugger build directories
103 devtools/client/debugger/assets/build
104 devtools/client/debugger/assets/module-manifest.json
106 # Ignore node_modules directories in devtools
107 devtools/**/node_modules
109 # Ignore browsertime output directory
110 browsertime-results
112 # Tag files generated by GNU Global
113 GTAGS
114 GRTAGS
115 GSYMS
116 GPATH
118 # Git clone directory for updating web-platform-tests
119 testing/web-platform/sync/
121 # Third party metadata for web-platform-tests
122 testing/web-platform/products/
124 # Android Gradle artifacts.
125 mobile/android/gradle/.gradle
127 # XCode project cruft
128 /*.xcodeproj/
130 # Rust/Cargo output from running `cargo` directly
131 /target/
133 # Ignore mozharness execution files
134 testing/mozharness/.tox/
135 testing/mozharness/build/
136 testing/mozharness/logs/
137 testing/mozharness/.coverage
138 testing/mozharness/nosetests.xml
140 # Ignore ESLint node_modules
141 node_modules/
143 # Ignore talos virtualenv and tp5n files.
144 # The tp5n set is supposed to be decompressed at
145 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
146 # locally. Similarly, running talos requires a Python package virtual
147 # environment. Both the virtual environment and tp5n files end up littering
148 # the status command, so we ignore them.
149 testing/talos/.Python
150 testing/talos/bin/
151 testing/talos/include/
152 testing/talos/lib/
153 testing/talos/talos/fis/tp5n.zip
154 testing/talos/talos/fis/tp5n
155 testing/talos/talos/tests/tp5n.zip
156 testing/talos/talos/tests/tp5n
157 testing/talos/talos/tests/devtools/damp.manifest.develop
159 # Ignore sync tps logs and reports
160 tps.log
161 tps_result.json
163 # Unit test
164 .pytest_cache/
166 # Ignore files created when running a reftest.
167 lextab.py
169 # Ignore Visual Studio/Visual Studio Code workspace files.
170 .vs/
171 .vscode/
172 !.vscode/extensions.json
173 !.vscode/tasks.json
175 # Ignore various raptor performance framework files
176 testing/raptor/.raptor-venv
177 testing/raptor/raptor-venv
178 testing/raptor/raptor/tests/json/
179 testing/raptor/webext/raptor/auto_gen_test_config.js
181 # Ignore ICU4X experimentation data files.
182 # See intl/ICU4X.md for more details.
183 config/external/icu4x