Bug 1669129 - [devtools] Enable devtools.overflow.debugging.enabled. r=jdescottes
[gecko.git] / .gitignore
blobe715e6973bb42d1ae6a2a058909b9d03922999ba
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 *.egg-info
18 .eslintcache
19 # Filesystem temporaries
20 .fuse_hidden*
22 # Vim swap files.
23 .*.sw[a-z]
24 .sw[a-z]
26 # Emacs directory variable files.
27 **/.dir-locals.el
28 # Emacs project sentinel files.
29 **/.projectile
31 # User files that may appear at the root
32 /.mozconfig*
33 /mozconfig*
34 /configure
35 /old-configure
36 /config.cache
37 /config.log
38 /.clang_complete
39 /machrc
40 /.machrc
41 # pyenv artifact
42 /.python-version
44 # Empty marker file that's generated when we check out NSS
45 security/manager/.nss.checkout
47 # Build directories
48 /obj*/
50 # gecko.log is generated by various test harnesses
51 /gecko.log
53 # Ignore newtab component build assets
54 browser/components/newtab/logs/
56 # Build directories for js shell
57 *_DBG.OBJ/
58 *_OPT.OBJ/
59 /js/src/*-obj/
60 /js/src/obj-*/
62 # SpiderMonkey configury
63 js/src/configure
64 js/src/old-configure
65 js/src/autom4te.cache
66 # SpiderMonkey test result logs
67 js/src/tests/results-*.html
68 js/src/tests/results-*.txt
70 # Java HTML5 parser classes
71 parser/html/java/htmlparser/
72 parser/html/java/javaparser/
73 parser/html/java/javaparser.jar
74 parser/html/java/translator.jar
76 # Ignore the files and directory that Eclipse IDE creates
77 .project
78 .cproject
79 .settings/
81 # Ignore the files and directory that JetBrains IDEs create.
82 /.idea/
83 *.iml
84 # Android Monitor in Android Studio creates a captures/ directory.
85 /captures/
87 # Gradle cache.
88 /.gradle/
90 # Local Gradle configuration properties.
91 /local.properties
93 # Python virtualenv artifacts.
94 third_party/python/psutil/**/*.so
95 third_party/python/psutil/**/*.pyd
96 third_party/python/psutil/build/
97 third_party/python/psutil/tmp/
99 # Ignore chrome.manifest files from the devtools loader
100 devtools/client/chrome.manifest
101 devtools/shared/chrome.manifest
103 # Ignore debugger build directories
104 devtools/client/debugger/assets/build
105 devtools/client/debugger/assets/module-manifest.json
107 # Ignore node_modules directories in devtools
108 devtools/**/node_modules
110 # Ignore browsertime output directory
111 browsertime-results
113 # Tag files generated by GNU Global
114 GTAGS
115 GRTAGS
116 GSYMS
117 GPATH
119 # Git clone directory for updating web-platform-tests
120 testing/web-platform/sync/
122 # Third party metadata for web-platform-tests
123 testing/web-platform/products/
125 # Android Gradle artifacts.
126 mobile/android/gradle/.gradle
128 # XCode project cruft
129 /*.xcodeproj/
131 # Rust/Cargo output from running `cargo` directly
132 /target/
134 # Ignore mozharness execution files
135 testing/mozharness/.tox/
136 testing/mozharness/build/
137 testing/mozharness/logs/
138 testing/mozharness/.coverage
139 testing/mozharness/nosetests.xml
141 # Ignore ESLint node_modules
142 node_modules/
144 # Ignore talos virtualenv and tp5n files.
145 # The tp5n set is supposed to be decompressed at
146 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
147 # locally. Similarly, running talos requires a Python package virtual
148 # environment. Both the virtual environment and tp5n files end up littering
149 # the status command, so we ignore them.
150 testing/talos/.Python
151 testing/talos/bin/
152 testing/talos/include/
153 testing/talos/lib/
154 testing/talos/talos/fis/tp5n.zip
155 testing/talos/talos/fis/tp5n
156 testing/talos/talos/tests/tp5n.zip
157 testing/talos/talos/tests/tp5n
158 testing/talos/talos/tests/devtools/damp.manifest.develop
160 # Ignore sync tps logs and reports
161 tps.log
162 tps_result.json
164 # Ignore files created when running a reftest.
165 lextab.py
167 # Ignore Visual Studio Code workspace files.
168 .vscode/
169 !.vscode/extensions.json
170 !.vscode/tasks.json