mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 13:52:37 +00:00
Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD
MozReview-Commit-ID: 8OoQ8Ep2JMl --HG-- extra : rebase_source : 454cea343266744397017755e5cbde029dacc950
This commit is contained in:
parent
b33d045deb
commit
e8e4dcf68d
16
.gitignore
vendored
16
.gitignore
vendored
@ -9,6 +9,7 @@ tags
|
||||
ID
|
||||
.DS_Store*
|
||||
*.pdb
|
||||
*.egg-info
|
||||
|
||||
# Allow the id locale directory for loop ('ID' matches this normally)
|
||||
!browser/extensions/loop/chrome/locale/id
|
||||
@ -87,6 +88,17 @@ testing/web-platform/sync/
|
||||
# Android Gradle artifacts.
|
||||
mobile/android/gradle/.gradle
|
||||
|
||||
# XCode project cruft
|
||||
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
|
||||
embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
|
||||
|
||||
# Ignore mozharness execution files
|
||||
testing/mozharness/.tox/
|
||||
testing/mozharness/build/
|
||||
testing/mozharness/logs/
|
||||
testing/mozharness/.coverage
|
||||
testing/mozharness/nosetests.xml
|
||||
|
||||
# Ignore node_modules from eslint-plugin-mozilla
|
||||
testing/eslint-plugin-mozilla/node_modules/
|
||||
|
||||
@ -100,4 +112,6 @@ testing/talos/.Python
|
||||
testing/talos/bin/
|
||||
testing/talos/include/
|
||||
testing/talos/lib/
|
||||
testing/talos/talos/page_load_test/tp5n/
|
||||
testing/talos/talos/tests/tp5n.zip
|
||||
testing/talos/talos/tests/tp5n
|
||||
testing/talos/talos/tests/devtools/damp.manifest.develop
|
||||
|
12
.hgignore
12
.hgignore
@ -6,7 +6,8 @@
|
||||
(?i)(^|/)TAGS$
|
||||
(^|/)ID$
|
||||
(^|/)\.DS_Store$
|
||||
.*\.egg-info
|
||||
\.pdb
|
||||
\.egg-info
|
||||
|
||||
# Vim swap files.
|
||||
^\.sw.$
|
||||
@ -106,8 +107,11 @@ GPATH
|
||||
^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
|
||||
|
||||
# Ignore mozharness execution files
|
||||
^testing/mozharness/logs/
|
||||
^testing/mozharness/.tox/
|
||||
^testing/mozharness/build/
|
||||
^testing/mozharness/logs/
|
||||
^testing/mozharness/.coverage
|
||||
^testing/mozharness/nosetests.xml
|
||||
|
||||
# Ignore tox generated dir
|
||||
.tox/
|
||||
@ -125,4 +129,6 @@ GPATH
|
||||
^testing/talos/bin/
|
||||
^testing/talos/include/
|
||||
^testing/talos/lib/
|
||||
^testing/talos/talos/page_load_test/tp5n/
|
||||
^testing/talos/talos/tests/tp5n.zip
|
||||
^testing/talos/talos/tests/tp5n
|
||||
^testing/talos/talos/tests/devtools/damp.manifest.develop
|
||||
|
8
testing/talos/.gitignore
vendored
8
testing/talos/.gitignore
vendored
@ -1,8 +0,0 @@
|
||||
.Python
|
||||
bin/
|
||||
include/
|
||||
lib/
|
||||
talos.egg-info
|
||||
talos/tests/tp5n.zip
|
||||
talos/tests/tp5n
|
||||
talos/tests/devtools/damp.manifest.develop
|
Loading…
x
Reference in New Issue
Block a user