Bug 1468221 [wpt PR 11464] - Fix #11454: Set --verify-log-full to False for ci/check_...
[gecko.git] / .gitignore
blob7d26e89ac58bfa9b0cb2d0bb1e5c4bce94967f1c
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]
19 # Emacs directory variable files.
20 **/.dir-locals.el
22 # User files that may appear at the root
23 /.mozconfig*
24 /mozconfig
25 /configure
26 /old-configure
27 /config.cache
28 /config.log
29 /.clang_complete
30 /machrc
31 /.machrc
33 # Empty marker file that's generated when we check out NSS
34 security/manager/.nss.checkout
36 # Build directories
37 /obj*/
39 # gecko.log is generated by various test harnesses
40 /gecko.log
42 # Build directories for js shell
43 _DBG.OBJ/
44 _OPT.OBJ/
46 # SpiderMonkey configury
47 js/src/configure
48 js/src/old-configure
49 js/src/autom4te.cache
50 # SpiderMonkey test result logs
51 js/src/tests/results-*.html
52 js/src/tests/results-*.txt
54 # Java HTML5 parser classes
55 parser/html/java/htmlparser/
56 parser/html/java/javaparser/
58 # Ignore the files and directory that Eclipse IDE creates
59 .project
60 .cproject
61 .settings/
63 # Ignore the files and directory that JetBrains IDEs create.
64 /.idea/
65 *.iml
66 # Android Monitor in Android Studio creates a captures/ directory.
67 /captures/
69 # Gradle cache.
70 /.gradle/
72 # Local Gradle configuration properties.
73 /local.properties
75 # Python virtualenv artifacts.
76 third_party/python/psutil/**/*.so
77 third_party/python/psutil/**/*.pyd
78 third_party/python/psutil/build/
79 third_party/python/psutil/tmp/
81 # Ignore chrome.manifest files from the devtools loader
82 devtools/client/chrome.manifest
83 devtools/shared/chrome.manifest
85 # Ignore node_modules directories in devtools
86 devtools/**/node_modules
88 # Tag files generated by GNU Global
89 GTAGS
90 GRTAGS
91 GSYMS
92 GPATH
94 # Git clone directory for updating web-platform-tests
95 testing/web-platform/sync/
97 # Third party metadata for web-platform-tests
98 testing/web-platform/products/
100 # Android Gradle artifacts.
101 mobile/android/gradle/.gradle
103 # XCode project cruft
104 /*.xcodeproj/
105 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
106 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
108 # Rust/Cargo output from running `cargo` directly
109 /target/
111 # Ignore mozharness execution files
112 testing/mozharness/.tox/
113 testing/mozharness/build/
114 testing/mozharness/logs/
115 testing/mozharness/.coverage
116 testing/mozharness/nosetests.xml
118 # Ignore ESLint node_modules
119 node_modules/
121 # Ignore talos virtualenv and tp5n files.
122 # The tp5n set is supposed to be decompressed at
123 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
124 # locally. Similarly, running talos requires a Python package virtual
125 # environment. Both the virtual environment and tp5n files end up littering
126 # the status command, so we ignore them.
127 testing/talos/.Python
128 testing/talos/bin/
129 testing/talos/include/
130 testing/talos/lib/
131 testing/talos/talos/tests/tp5n.zip
132 testing/talos/talos/tests/tp5n
133 testing/talos/talos/tests/devtools/damp.manifest.develop
135 # Ignore sync tps logs and reports
136 tps.log
137 tps_result.json
139 # Ignore files created when running a reftest.
140 lextab.py
142 # tup database
143 /.tup
145 # Ignore Visual Studio Code workspace files.
146 .vscode/*
147 !.vscode/extensions.json
148 !.vscode/tasks.json