Bug 1262533 - bbot-cfgs - add .idea and localconfig.py to hgignore files for buildbot repos, r?rail
authorJordan Lund <jlund@mozilla.com>
Wed, 06 Apr 2016 10:22:54 -0700
changeset 14004 95a1609782482d22d5ae0831870d60a4bf63e9f7
parent 14002 bdf01525f75edb7ab154ae83e4133b4bf8d47bdc
child 14005 a7808c708ce902db09485ffd72c079d5d2a1dba4
push id50
push userjlund@mozilla.com
push dateWed, 06 Apr 2016 17:25:34 +0000
reviewersrail
bugs1262533
Bug 1262533 - bbot-cfgs - add .idea and localconfig.py to hgignore files for buildbot repos, r?rail MozReview-Commit-ID: 4V0kFrc3e9u
.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,17 +1,20 @@
 \.orig$
 \.pyc$
 \.pck$
 ^\.tox
+^\.idea
 twistd\.pid$
 twistd\.log$
 twistd\.log\.[0-9]+$
 test-output
 
 ^.*/BuildSlaves.py$
 ^.*/passwords.py$
 
 #XXX: Specific to slaves, needs another top-level container so we can
 #XXX: mass ignore it all
 ^thunderbird.*/comm-central-.*
 ^thunderbird.*/trunk-.*
 ^thunderbird.*/logs
+
+^mozilla/localconfig.py$