Bug 1645920 [wpt PR 24157] - [AspectRatio] Make intrinsic sizes respect aspect-ratio...
[gecko.git] / .gitignore
blob8b2360016d31a7cf8358775059887dc5ec235999
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 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
12 !id/
13 .DS_Store*
14 *.pdb
15 *.egg-info
16 .eslintcache
17 # Filesystem temporaries
18 .fuse_hidden*
20 # Vim swap files.
21 .*.sw[a-z]
22 .sw[a-z]
24 # Emacs directory variable files.
25 **/.dir-locals.el
26 # Emacs project sentinel files.
27 **/.projectile
29 # User files that may appear at the root
30 /.mozconfig*
31 /mozconfig*
32 /configure
33 /old-configure
34 /config.cache
35 /config.log
36 /.clang_complete
37 /machrc
38 /.machrc
40 # Empty marker file that's generated when we check out NSS
41 security/manager/.nss.checkout
43 # Build directories
44 /obj*/
46 # gecko.log is generated by various test harnesses
47 /gecko.log
49 # Ignore newtab component build assets
50 browser/components/newtab/logs/
52 # Build directories for js shell
53 *_DBG.OBJ/
54 *_OPT.OBJ/
55 /js/src/*-obj/
56 /js/src/obj-*/
58 # SpiderMonkey configury
59 js/src/configure
60 js/src/old-configure
61 js/src/autom4te.cache
62 # SpiderMonkey test result logs
63 js/src/tests/results-*.html
64 js/src/tests/results-*.txt
66 # Java HTML5 parser classes
67 parser/html/java/htmlparser/
68 parser/html/java/javaparser/
69 parser/html/java/javaparser.jar
70 parser/html/java/translator.jar
72 # Ignore the files and directory that Eclipse IDE creates
73 .project
74 .cproject
75 .settings/
77 # Ignore the files and directory that JetBrains IDEs create.
78 /.idea/
79 *.iml
80 # Android Monitor in Android Studio creates a captures/ directory.
81 /captures/
83 # Gradle cache.
84 /.gradle/
86 # Local Gradle configuration properties.
87 /local.properties
89 # Python virtualenv artifacts.
90 third_party/python/psutil/**/*.so
91 third_party/python/psutil/**/*.pyd
92 third_party/python/psutil/build/
93 third_party/python/psutil/tmp/
95 # Ignore chrome.manifest files from the devtools loader
96 devtools/client/chrome.manifest
97 devtools/shared/chrome.manifest
99 # Ignore debugger build directories
100 devtools/client/debugger/assets/build
101 devtools/client/debugger/assets/module-manifest.json
103 # Ignore node_modules directories in devtools
104 devtools/**/node_modules
106 # Ignore browsertime output directory
107 browsertime-results
109 # Tag files generated by GNU Global
110 GTAGS
111 GRTAGS
112 GSYMS
113 GPATH
115 # Git clone directory for updating web-platform-tests
116 testing/web-platform/sync/
118 # Third party metadata for web-platform-tests
119 testing/web-platform/products/
121 # Android Gradle artifacts.
122 mobile/android/gradle/.gradle
124 # XCode project cruft
125 /*.xcodeproj/
127 # Rust/Cargo output from running `cargo` directly
128 /target/
130 # Ignore mozharness execution files
131 testing/mozharness/.tox/
132 testing/mozharness/build/
133 testing/mozharness/logs/
134 testing/mozharness/.coverage
135 testing/mozharness/nosetests.xml
137 # Ignore ESLint node_modules
138 node_modules/
140 # Ignore talos virtualenv and tp5n files.
141 # The tp5n set is supposed to be decompressed at
142 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
143 # locally. Similarly, running talos requires a Python package virtual
144 # environment. Both the virtual environment and tp5n files end up littering
145 # the status command, so we ignore them.
146 testing/talos/.Python
147 testing/talos/bin/
148 testing/talos/include/
149 testing/talos/lib/
150 testing/talos/talos/fis/tp5n.zip
151 testing/talos/talos/fis/tp5n
152 testing/talos/talos/tests/tp5n.zip
153 testing/talos/talos/tests/tp5n
154 testing/talos/talos/tests/devtools/damp.manifest.develop
156 # Ignore sync tps logs and reports
157 tps.log
158 tps_result.json
160 # Ignore files created when running a reftest.
161 lextab.py
163 # Ignore Visual Studio Code workspace files.
164 .vscode/
165 !.vscode/extensions.json
166 !.vscode/tasks.json