Bug 1419836 - ID .gitignore entry ignores "id" locale (for mac). r?Standard8 draft
authorEd Lee <edilee@mozilla.com>
Wed, 22 Nov 2017 10:30:55 -0800
changeset 702084 d9881eccc73e42fa9b8123a9655eb1a078e3f4bb
parent 701611 312d8ed0a043a63d9fb4e9e9c6af2e15bc2bf58f
child 741365 9eba3e4be86d4b99a58e401a58abec2be54340e2
push id90377
push userbmo:edilee@mozilla.com
push dateWed, 22 Nov 2017 18:31:47 +0000
reviewersStandard8
bugs1419836
milestone59.0a1
Bug 1419836 - ID .gitignore entry ignores "id" locale (for mac). r?Standard8 MozReview-Commit-ID: 3hXH2wYt72X
.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,19 @@
 # .gitignore - List of filenames git should ignore
 
 # Filenames that should be ignored wherever they appear
 *~
 *.pyc
 *.pyo
 TAGS
 tags
+# Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
 ID
-!/browser/extensions/activity-stream/prerendered/locales/id/
-!/browser/extensions/screenshots/webextension/_locales/id/
+!id/
 .DS_Store*
 *.pdb
 *.egg-info
 
 # Vim swap files.
 .*.sw[a-z]
 
 # Emacs directory variable files.