Bug 1547623 [wpt PR 16386] - [Animation Worklet] Support effects with no target,...
[gecko.git] / .gitignore
blob305459caa03abdb77357d39f2f6b63257d251455
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 # Filesystem temporaries
17 .fuse_hidden*
19 # Vim swap files.
20 .*.sw[a-z]
21 .sw[a-z]
23 # Emacs directory variable files.
24 **/.dir-locals.el
26 # User files that may appear at the root
27 /.mozconfig*
28 /mozconfig
29 /configure
30 /old-configure
31 /config.cache
32 /config.log
33 /.clang_complete
34 /machrc
35 /.machrc
37 # Empty marker file that's generated when we check out NSS
38 security/manager/.nss.checkout
40 # Build directories
41 /obj*/
43 # gecko.log is generated by various test harnesses
44 /gecko.log
46 # Ignore newtab component build assets
47 browser/components/newtab/bin/prerender.js
48 browser/components/newtab/bin/prerender.js.map
49 browser/components/newtab/data/locales.json
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/
70 # Ignore the files and directory that Eclipse IDE creates
71 .project
72 .cproject
73 .settings/
75 # Ignore the files and directory that JetBrains IDEs create.
76 /.idea/
77 *.iml
78 # Android Monitor in Android Studio creates a captures/ directory.
79 /captures/
81 # Gradle cache.
82 /.gradle/
84 # Local Gradle configuration properties.
85 /local.properties
87 # Python virtualenv artifacts.
88 third_party/python/psutil/**/*.so
89 third_party/python/psutil/**/*.pyd
90 third_party/python/psutil/build/
91 third_party/python/psutil/tmp/
93 # Ignore chrome.manifest files from the devtools loader
94 devtools/client/chrome.manifest
95 devtools/shared/chrome.manifest
97 # Ignore debugger build directories
98 devtools/client/debugger/assets/build
99 devtools/client/debugger/assets/module-manifest.json
101 # Ignore node_modules directories in devtools
102 devtools/**/node_modules
104 # Tag files generated by GNU Global
105 GTAGS
106 GRTAGS
107 GSYMS
108 GPATH
110 # Git clone directory for updating web-platform-tests
111 testing/web-platform/sync/
113 # Third party metadata for web-platform-tests
114 testing/web-platform/products/
116 # Android Gradle artifacts.
117 mobile/android/gradle/.gradle
119 # XCode project cruft
120 /*.xcodeproj/
122 # Rust/Cargo output from running `cargo` directly
123 /target/
125 # Ignore mozharness execution files
126 testing/mozharness/.tox/
127 testing/mozharness/build/
128 testing/mozharness/logs/
129 testing/mozharness/.coverage
130 testing/mozharness/nosetests.xml
132 # Ignore ESLint node_modules
133 node_modules/
135 # Ignore talos virtualenv and tp5n files.
136 # The tp5n set is supposed to be decompressed at
137 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
138 # locally. Similarly, running talos requires a Python package virtual
139 # environment. Both the virtual environment and tp5n files end up littering
140 # the status command, so we ignore them.
141 testing/talos/.Python
142 testing/talos/bin/
143 testing/talos/include/
144 testing/talos/lib/
145 testing/talos/talos/tests/tp5n.zip
146 testing/talos/talos/tests/tp5n
147 testing/talos/talos/tests/devtools/damp.manifest.develop
149 # Ignore sync tps logs and reports
150 tps.log
151 tps_result.json
153 # Ignore files created when running a reftest.
154 lextab.py
156 # tup database
157 /.tup
159 # Ignore Visual Studio Code workspace files.
160 .vscode/
161 !.vscode/extensions.json
162 !.vscode/tasks.json