Bug 1246246. Part 1 - Whitespace + rename existing test. (no review, whitespace ...
[gecko.git] / .hgignore
blob31f1b149453d840418adfb45758b0fd4330c1cd8
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.py(c|o)$
6 (?i)(^|/)TAGS$
7 (^|/)ID$
8 (^|/)\.DS_Store$
9 .*\.egg-info
11 # Vim swap files.
12 ^\.sw.$
13 .[^/]*\.sw.$
15 # Emacs directory variable files.
16 \.dir-locals\.el
18 # User files that may appear at the root
19 ^\.mozconfig
20 ^mozconfig*
21 ^configure$
22 ^config\.cache$
23 ^config\.log$
24 ^\.clang_complete
25 ^mach.ini$
27 # Empty marker file that's generated when we check out NSS
28 ^security/manager/\.nss\.checkout$
30 # Build directories
31 ^obj
33 # Build directories for js shell
34 _DBG\.OBJ/
35 _OPT\.OBJ/
36 ^js/src/.*-obj/
38 # SpiderMonkey configury
39 ^js/src/configure$
40 ^js/src/autom4te.cache$
41 # SpiderMonkey test result logs
42 ^js/src/tests/results-.*\.(html|txt)$
44 # Java HTML5 parser classes
45 ^parser/html/java/(html|java)parser/
47 # SVN directories
48 \.svn/
50 # Ignore the files and directory that Eclipse IDE creates
51 \.project$
52 \.cproject$
53 \.settings/
55 # Ignore the files and directory that JetBrains IDEs create.
56 \.idea/
57 \.iml$
59 # Gradle cache.
60 ^.gradle/
62 # Local Gradle configuration properties.
63 ^local.properties$
65 # Python stuff installed at build time.
66 ^python/psutil/.*\.so
67 ^python/psutil/.*\.pyd
68 ^python/psutil/build/
70 # Git repositories
71 .git/
73 # Ignore chrome.manifest files from the devtools loader
74 ^devtools/client/chrome.manifest$
75 ^devtools/shared/chrome.manifest$
77 # git checkout of libstagefright
78 ^media/libstagefright/android$
80 # Tag files generated by GNU Global
81 GTAGS
82 GRTAGS
83 GSYMS
84 GPATH
86 # Various items for Loop
87 ^browser/components/loop/standalone/content/config\.js$
88 ^browser/extensions/loop/.*/node_modules/
89 ^browser/extensions/loop/.*\.module-cache
90 ^browser/extensions/loop/test/coverage/desktop
91 ^browser/extensions/loop/test/coverage/shared_standalone
92 ^browser/extensions/loop/test/visual-regression/diff
93 ^browser/extensions/loop/test/visual-regression/new
94 ^browser/extensions/loop/test/visual-regression/refs
96 # Git clone directory for updating web-platform-tests
97 ^testing/web-platform/sync/
99 # Android Gradle artifacts.
100 ^mobile/android/gradle/.gradle
102 # XCode project cruft
103 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
104 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
106 # Ignore mozharness execution files
107 ^testing/mozharness/logs/
108 ^testing/mozharness/build/
110 # Ignore tox generated dir
111 .tox/
113 # Ignore node_modules from eslint-plugin-mozilla
114 ^testing/eslint-plugin-mozilla/node_modules/
116 # Ignore talos virtualenv and tp5n files.
117 # The tp5n set is supposed to be decompressed at
118 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
119 # locally. Similarly, running talos requires a Python package virtual
120 # environment. Both the virtual environment and tp5n files end up littering
121 # the status command, so we ignore them.
122 ^testing/talos/.Python
123 ^testing/talos/bin/
124 ^testing/talos/include/
125 ^testing/talos/lib/
126 ^testing/talos/talos/page_load_test/tp5n/