Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1252446 - Sync global .gitignore and .hgignore for various missin…
Browse files Browse the repository at this point in the history
…g unwanted files. r=gps DONTBUILD

MozReview-Commit-ID: 8OoQ8Ep2JMl
  • Loading branch information
whimboo committed Mar 1, 2016
1 parent 4030656 commit 9156e65
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/

Expand All @@ -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 changes: 9 additions & 3 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
(?i)(^|/)TAGS$
(^|/)ID$
(^|/)\.DS_Store$
.*\.egg-info
\.pdb
\.egg-info

# Vim swap files.
^\.sw.$
Expand Down Expand Up @@ -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/
Expand All @@ -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 changes: 0 additions & 8 deletions testing/talos/.gitignore

This file was deleted.

0 comments on commit 9156e65

Please sign in to comment.