Bug 1486801 - Clicking on the [...] should expand the markup container. r=jdescottes
[gecko.git] / .gitignore
blobb4e26e0940603f5d53cb8a5ccbc716f3015fc92c
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
17 # Vim swap files.
18 .*.sw[a-z]
19 .sw[a-z]
21 # Emacs directory variable files.
22 **/.dir-locals.el
24 # User files that may appear at the root
25 /.mozconfig*
26 /mozconfig
27 /configure
28 /old-configure
29 /config.cache
30 /config.log
31 /.clang_complete
32 /machrc
33 /.machrc
35 # Empty marker file that's generated when we check out NSS
36 security/manager/.nss.checkout
38 # Build directories
39 /obj*/
41 # gecko.log is generated by various test harnesses
42 /gecko.log
44 # Build directories for js shell
45 *_DBG.OBJ/
46 *_OPT.OBJ/
47 /js/src/*-obj/
48 /js/src/obj-*/
50 # SpiderMonkey configury
51 js/src/configure
52 js/src/old-configure
53 js/src/autom4te.cache
54 # SpiderMonkey test result logs
55 js/src/tests/results-*.html
56 js/src/tests/results-*.txt
58 # Java HTML5 parser classes
59 parser/html/java/htmlparser/
60 parser/html/java/javaparser/
62 # Ignore the files and directory that Eclipse IDE creates
63 .project
64 .cproject
65 .settings/
67 # Ignore the files and directory that JetBrains IDEs create.
68 /.idea/
69 *.iml
70 # Android Monitor in Android Studio creates a captures/ directory.
71 /captures/
73 # Gradle cache.
74 /.gradle/
76 # Local Gradle configuration properties.
77 /local.properties
79 # Python virtualenv artifacts.
80 third_party/python/psutil/**/*.so
81 third_party/python/psutil/**/*.pyd
82 third_party/python/psutil/build/
83 third_party/python/psutil/tmp/
85 # Ignore chrome.manifest files from the devtools loader
86 devtools/client/chrome.manifest
87 devtools/shared/chrome.manifest
89 # Ignore node_modules directories in devtools
90 devtools/**/node_modules
92 # Tag files generated by GNU Global
93 GTAGS
94 GRTAGS
95 GSYMS
96 GPATH
98 # Git clone directory for updating web-platform-tests
99 testing/web-platform/sync/
101 # Third party metadata for web-platform-tests
102 testing/web-platform/products/
104 # Android Gradle artifacts.
105 mobile/android/gradle/.gradle
107 # XCode project cruft
108 /*.xcodeproj/
109 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
110 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
112 # Rust/Cargo output from running `cargo` directly
113 /target/
115 # Ignore mozharness execution files
116 testing/mozharness/.tox/
117 testing/mozharness/build/
118 testing/mozharness/logs/
119 testing/mozharness/.coverage
120 testing/mozharness/nosetests.xml
122 # Ignore ESLint node_modules
123 node_modules/
125 # Ignore talos virtualenv and tp5n files.
126 # The tp5n set is supposed to be decompressed at
127 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
128 # locally. Similarly, running talos requires a Python package virtual
129 # environment. Both the virtual environment and tp5n files end up littering
130 # the status command, so we ignore them.
131 testing/talos/.Python
132 testing/talos/bin/
133 testing/talos/include/
134 testing/talos/lib/
135 testing/talos/talos/tests/tp5n.zip
136 testing/talos/talos/tests/tp5n
137 testing/talos/talos/tests/devtools/damp.manifest.develop
139 # Ignore sync tps logs and reports
140 tps.log
141 tps_result.json
143 # Ignore files created when running a reftest.
144 lextab.py
146 # tup database
147 /.tup
149 # Ignore Visual Studio Code workspace files.
150 .vscode/
151 !.vscode/extensions.json
152 !.vscode/tasks.json