Backed out changeset 2284c3e8c336 (bug 1215092)
[gecko.git] / .hgignore
blob28f5bf8b43cc503985ae2ad5cedaf8368a9b5e40
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 # Python stuff installed at build time.
63 ^python/psutil/.*\.so
64 ^python/psutil/.*\.pyd
65 ^python/psutil/build/
67 # Git repositories
68 .git/
70 # Ignore chrome.manifest files from the devtools loader
71 ^devtools/client/chrome.manifest$
72 ^devtools/shared/chrome.manifest$
74 # git checkout of libstagefright
75 ^media/libstagefright/android$
77 # Tag files generated by GNU Global
78 GTAGS
79 GRTAGS
80 GSYMS
81 GPATH
83 # Unit tests for Loop
84 ^browser/components/loop/standalone/content/config\.js$
85 ^browser/components/loop/standalone/node_modules/
87 # Git clone directory for updating web-platform-tests
88 ^testing/web-platform/sync/
90 # Android Gradle artifacts.
91 ^mobile/android/gradle/.gradle
93 # XCode project cruft
94 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
95 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
97 # Ignore mozharness execution files
98 ^testing/mozharness/logs/
99 ^testing/mozharness/build/
101 # Ignore node_modules from eslint-plugin-mozilla
102 ^testing/eslint-plugin-mozilla/node_modules/
104 # Ignore talos virtualenv and tp5n files.
105 # The tp5n set is supposed to be decompressed at
106 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
107 # locally. Similarly, running talos requires a Python package virtual
108 # environment. Both the virtual environment and tp5n files end up littering
109 # the status command, so we ignore them.
110 ^testing/talos/.Python
111 ^testing/talos/bin/
112 ^testing/talos/include/
113 ^testing/talos/lib/
114 ^testing/talos/talos/page_load_test/tp5n/