Bug 1247796. Use keyboardFocusIndicatorColor for ActiveBorder system color keyword...
[gecko.git] / .gitignore
blob0e8a98c45f22f19f4e559ff9349248a0d1383a93
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 ID
10 .DS_Store*
11 *.pdb
13 # Allow the id locale directory for loop ('ID' matches this normally)
14 !browser/extensions/loop/chrome/locale/id
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 /mach.ini
32 # Empty marker file that's generated when we check out NSS
33 security/manager/.nss.checkout
35 # Build directories
36 /obj*/
38 # Build directories for js shell
39 _DBG.OBJ/
40 _OPT.OBJ/
42 # SpiderMonkey configury
43 js/src/configure
44 js/src/old-configure
45 js/src/autom4te.cache
46 # SpiderMonkey test result logs
47 js/src/tests/results-*.html
48 js/src/tests/results-*.txt
50 # Java HTML5 parser classes
51 parser/html/java/htmlparser/
52 parser/html/java/javaparser/
54 # Ignore the files and directory that Eclipse IDE creates
55 .project
56 .cproject
57 .settings/
59 # Ignore the files and directory that JetBrains IDEs create.
60 /.idea/
61 *.iml
63 # Gradle cache.
64 /.gradle/
66 # Local Gradle configuration properties.
67 /local.properties
69 # Python virtualenv artifacts.
70 python/psutil/**/*.so
71 python/psutil/**/*.pyd
72 python/psutil/build/
74 # Ignore chrome.manifest files from the devtools loader
75 devtools/client/chrome.manifest
76 devtools/shared/chrome.manifest
78 # Tag files generated by GNU Global
79 GTAGS
80 GRTAGS
81 GSYMS
82 GPATH
84 # Git clone directory for updating web-platform-tests
85 testing/web-platform/sync/
87 # Android Gradle artifacts.
88 mobile/android/gradle/.gradle
90 # Ignore node_modules from eslint-plugin-mozilla
91 testing/eslint-plugin-mozilla/node_modules/
93 # Ignore talos virtualenv and tp5n files.
94 # The tp5n set is supposed to be decompressed at
95 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
96 # locally. Similarly, running talos requires a Python package virtual
97 # environment. Both the virtual environment and tp5n files end up littering
98 # the status command, so we ignore them.
99 testing/talos/.Python
100 testing/talos/bin/
101 testing/talos/include/
102 testing/talos/lib/
103 testing/talos/talos/page_load_test/tp5n/