Skip to content

Latest commit

 

History

History
148 lines (118 loc) · 3.13 KB

.gitignore

File metadata and controls

148 lines (118 loc) · 3.13 KB
 
Oct 26, 2011
Oct 26, 2011
1
2
3
4
5
6
7
8
# .gitignore - List of filenames git should ignore
# Filenames that should be ignored wherever they appear
*~
*.pyc
*.pyo
TAGS
tags
Nov 22, 2017
Nov 22, 2017
9
# Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
Oct 26, 2011
Oct 26, 2011
10
ID
Nov 22, 2017
Nov 22, 2017
11
!id/
Oct 26, 2011
Oct 26, 2011
12
.DS_Store*
Apr 1, 2015
Apr 1, 2015
13
*.pdb
Mar 1, 2016
Mar 1, 2016
14
*.egg-info
Oct 26, 2011
Oct 26, 2011
15
16
17
18
# Vim swap files.
.*.sw[a-z]
Sep 9, 2014
Sep 9, 2014
19
20
21
# Emacs directory variable files.
**/.dir-locals.el
Oct 26, 2011
Oct 26, 2011
22
# User files that may appear at the root
Nov 15, 2011
Nov 15, 2011
23
24
25
/.mozconfig*
/mozconfig
/configure
Feb 25, 2016
Feb 25, 2016
26
/old-configure
Nov 15, 2011
Nov 15, 2011
27
28
/config.cache
/config.log
May 18, 2012
May 18, 2012
29
/.clang_complete
Mar 28, 2016
Mar 28, 2016
30
31
/machrc
/.machrc
Oct 26, 2011
Oct 26, 2011
32
33
34
35
36
# Empty marker file that's generated when we check out NSS
security/manager/.nss.checkout
# Build directories
Jan 26, 2012
Jan 26, 2012
37
/obj*/
Oct 26, 2011
Oct 26, 2011
38
Apr 25, 2017
Apr 25, 2017
39
40
41
# gecko.log is generated by various test harnesses
/gecko.log
Oct 26, 2011
Oct 26, 2011
42
# Build directories for js shell
Oct 9, 2015
Oct 9, 2015
43
44
_DBG.OBJ/
_OPT.OBJ/
Oct 26, 2011
Oct 26, 2011
45
46
47
# SpiderMonkey configury
js/src/configure
Feb 25, 2016
Feb 25, 2016
48
js/src/old-configure
Oct 26, 2011
Oct 26, 2011
49
50
51
52
53
54
55
56
js/src/autom4te.cache
# SpiderMonkey test result logs
js/src/tests/results-*.html
js/src/tests/results-*.txt
# Java HTML5 parser classes
parser/html/java/htmlparser/
parser/html/java/javaparser/
Jan 16, 2012
Jan 16, 2012
57
58
# Ignore the files and directory that Eclipse IDE creates
Feb 13, 2012
Feb 13, 2012
59
60
61
.project
.cproject
.settings/
Sep 19, 2012
Sep 19, 2012
62
Feb 14, 2016
Feb 14, 2016
63
64
65
# Ignore the files and directory that JetBrains IDEs create.
/.idea/
*.iml
Jul 19, 2017
Jul 19, 2017
66
67
# Android Monitor in Android Studio creates a captures/ directory.
/captures/
Feb 14, 2016
Feb 14, 2016
68
69
70
71
72
73
74
# Gradle cache.
/.gradle/
# Local Gradle configuration properties.
/local.properties
Sep 19, 2012
Sep 19, 2012
75
# Python virtualenv artifacts.
May 25, 2017
May 25, 2017
76
77
78
third_party/python/psutil/**/*.so
third_party/python/psutil/**/*.pyd
third_party/python/psutil/build/
Mar 7, 2018
Mar 7, 2018
79
third_party/python/psutil/tmp/
Apr 30, 2013
Apr 30, 2013
80
81
# Ignore chrome.manifest files from the devtools loader
Sep 21, 2015
Sep 21, 2015
82
83
devtools/client/chrome.manifest
devtools/shared/chrome.manifest
May 8, 2014
May 8, 2014
84
Jul 26, 2016
Jul 26, 2016
85
# Ignore node_modules directories in devtools
Sep 11, 2016
Sep 11, 2016
86
devtools/**/node_modules
Jul 26, 2016
Jul 26, 2016
87
May 8, 2014
May 8, 2014
88
89
90
91
92
# Tag files generated by GNU Global
GTAGS
GRTAGS
GSYMS
GPATH
Sep 4, 2014
Sep 4, 2014
93
94
95
# Git clone directory for updating web-platform-tests
testing/web-platform/sync/
Dec 23, 2014
Dec 23, 2014
96
May 31, 2017
May 31, 2017
97
98
99
# Third party metadata for web-platform-tests
testing/web-platform/products/
Dec 23, 2014
Dec 23, 2014
100
101
# Android Gradle artifacts.
mobile/android/gradle/.gradle
Sep 30, 2015
Sep 30, 2015
102
Mar 1, 2016
Mar 1, 2016
103
# XCode project cruft
Sep 24, 2017
Sep 24, 2017
104
/*.xcodeproj/
Mar 1, 2016
Mar 1, 2016
105
106
107
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
Mar 1, 2018
Mar 1, 2018
108
# Rust/Cargo output from running `cargo` directly
Mar 2, 2018
Mar 2, 2018
109
/target/
Jan 12, 2018
Jan 12, 2018
110
Mar 1, 2016
Mar 1, 2016
111
112
113
114
115
116
117
# Ignore mozharness execution files
testing/mozharness/.tox/
testing/mozharness/build/
testing/mozharness/logs/
testing/mozharness/.coverage
testing/mozharness/nosetests.xml
Mar 22, 2017
Mar 22, 2017
118
119
# Ignore ESLint node_modules
node_modules/
Oct 13, 2015
Oct 13, 2015
120
121
122
123
124
125
126
127
128
129
130
# Ignore talos virtualenv and tp5n files.
# The tp5n set is supposed to be decompressed at
# testing/talos/talos/page_load_test/tp5n in order to run tests like tps
# locally. Similarly, running talos requires a Python package virtual
# environment. Both the virtual environment and tp5n files end up littering
# the status command, so we ignore them.
testing/talos/.Python
testing/talos/bin/
testing/talos/include/
testing/talos/lib/
Mar 1, 2016
Mar 1, 2016
131
132
133
testing/talos/talos/tests/tp5n.zip
testing/talos/talos/tests/tp5n
testing/talos/talos/tests/devtools/damp.manifest.develop
Apr 25, 2016
Apr 25, 2016
134
Sep 21, 2017
Sep 21, 2017
135
136
137
138
# Ignore sync tps logs and reports
tps.log
tps_result.json
Apr 25, 2016
Apr 25, 2016
139
140
# Ignore files created when running a reftest.
lextab.py
Jul 29, 2016
Jul 29, 2016
141
142
143
# tup database
/.tup
Feb 22, 2017
Feb 22, 2017
144
145
# Ignore Visual Studio Code workspace files.
May 4, 2017
May 4, 2017
146
.vscode/*
Feb 22, 2017
Feb 22, 2017
147
!.vscode/extensions.json
May 4, 2017
May 4, 2017
148
!.vscode/tasks.json