Bug 1328416. Add src param to track where compat reports are coming from. r=sebastian
[gecko.git] / .hgignore
blob4abcfc26e1493c08d917e252b66f59de937f9cfc
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 \.pdb
10 \.egg-info
12 # Vim swap files.
13 ^\.sw.$
14 .[^/]*\.sw.$
16 # Emacs directory variable files.
17 \.dir-locals\.el
19 # User files that may appear at the root
20 ^\.mozconfig
21 ^mozconfig*
22 ^configure$
23 ^old-configure$
24 ^config\.cache$
25 ^config\.log$
26 ^\.clang_complete
27 ^\.?machrc$
29 # Empty marker file that's generated when we check out NSS
30 ^security/manager/\.nss\.checkout$
32 # Build directories
33 ^obj
35 # Build directories for js shell
36 _DBG\.OBJ/
37 _OPT\.OBJ/
38 ^js/src/.*-obj/
40 # SpiderMonkey configury
41 ^js/src/configure$
42 ^js/src/old-configure$
43 ^js/src/autom4te.cache$
44 # SpiderMonkey test result logs
45 ^js/src/tests/results-.*\.(html|txt)$
46 ^js/src/devtools/rootAnalysis/t/out
48 # Java HTML5 parser classes
49 ^parser/html/java/(html|java)parser/
51 # SVN directories
52 \.svn/
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 stuff installed at build time.
70 ^python/psutil/.*\.so
71 ^python/psutil/.*\.pyd
72 ^python/psutil/build/
74 # Git repositories
75 .git/
77 # Ignore chrome.manifest files from the devtools loader
78 ^devtools/client/chrome.manifest$
79 ^devtools/shared/chrome.manifest$
81 # Ignore node_modules directories in devtools
82 ^devtools/.*/node_modules/
84 # git checkout of libstagefright
85 ^media/libstagefright/android$
87 # Tag files generated by GNU Global
88 GTAGS
89 GRTAGS
90 GSYMS
91 GPATH
93 # Git clone directory for updating web-platform-tests
94 ^testing/web-platform/sync/
96 # Android Gradle artifacts.
97 ^mobile/android/gradle/.gradle
99 # XCode project cruft
100 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
101 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
103 # Ignore mozharness execution files
104 ^testing/mozharness/.tox/
105 ^testing/mozharness/build/
106 ^testing/mozharness/logs/
107 ^testing/mozharness/.coverage
108 ^testing/mozharness/nosetests.xml
110 # Ignore tox generated dir
111 .tox/
113 # Ignore node_modules
114 ^tools/lint/eslint/node_modules/
116 # Ignore talos virtualenv and tp5n files.
117 # The tp5n set is supposed to be decompressed at
118 # testing/talos/talos/tests/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/tests/tp5n.zip
127 ^testing/talos/talos/tests/tp5n.tar.gz
128 ^testing/talos/talos/tests/tp5n
129 ^testing/talos/talos/tests/devtools/damp.manifest.develop
130 ^talos-venv
132 # Ignore files created when running a reftest.
133 ^lextab.py$
135 # tup database
136 ^\.tup