Bug 1288373 - Add missing task.h for NewRunnableFunction r=tzimmermann
[gecko.git] / .gitignore
blob82c58ba8c360f6dc97ddbb37dcbff907e165c045
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
12 *.egg-info
14 # Allow the id locale directory for loop ('ID' matches this normally)
15 !browser/extensions/loop/chrome/locale/id
17 # Vim swap files.
18 .*.sw[a-z]
20 # Emacs directory variable files.
21 **/.dir-locals.el
23 # User files that may appear at the root
24 /.mozconfig*
25 /mozconfig
26 /configure
27 /old-configure
28 /config.cache
29 /config.log
30 /.clang_complete
31 /machrc
32 /.machrc
34 # Empty marker file that's generated when we check out NSS
35 security/manager/.nss.checkout
37 # Build directories
38 /obj*/
40 # Build directories for js shell
41 _DBG.OBJ/
42 _OPT.OBJ/
44 # SpiderMonkey configury
45 js/src/configure
46 js/src/old-configure
47 js/src/autom4te.cache
48 # SpiderMonkey test result logs
49 js/src/tests/results-*.html
50 js/src/tests/results-*.txt
52 # Java HTML5 parser classes
53 parser/html/java/htmlparser/
54 parser/html/java/javaparser/
56 # Ignore the files and directory that Eclipse IDE creates
57 .project
58 .cproject
59 .settings/
61 # Ignore the files and directory that JetBrains IDEs create.
62 /.idea/
63 *.iml
65 # Gradle cache.
66 /.gradle/
68 # Local Gradle configuration properties.
69 /local.properties
71 # Python virtualenv artifacts.
72 python/psutil/**/*.so
73 python/psutil/**/*.pyd
74 python/psutil/build/
76 # Ignore chrome.manifest files from the devtools loader
77 devtools/client/chrome.manifest
78 devtools/shared/chrome.manifest
80 # Tag files generated by GNU Global
81 GTAGS
82 GRTAGS
83 GSYMS
84 GPATH
86 # Git clone directory for updating web-platform-tests
87 testing/web-platform/sync/
89 # Android Gradle artifacts.
90 mobile/android/gradle/.gradle
92 # XCode project cruft
93 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
94 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
96 # Ignore mozharness execution files
97 testing/mozharness/.tox/
98 testing/mozharness/build/
99 testing/mozharness/logs/
100 testing/mozharness/.coverage
101 testing/mozharness/nosetests.xml
103 # Ignore node_modules
104 tools/lint/eslint/node_modules/
106 # Ignore talos virtualenv and tp5n files.
107 # The tp5n set is supposed to be decompressed at
108 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
109 # locally. Similarly, running talos requires a Python package virtual
110 # environment. Both the virtual environment and tp5n files end up littering
111 # the status command, so we ignore them.
112 testing/talos/.Python
113 testing/talos/bin/
114 testing/talos/include/
115 testing/talos/lib/
116 testing/talos/talos/tests/tp5n.zip
117 testing/talos/talos/tests/tp5n
118 testing/talos/talos/tests/devtools/damp.manifest.develop
120 # Ignore files created when running a reftest.
121 lextab.py