Awight has submitted this change and it was merged. Change subject: stop ignoring packages & drupal so we can submodule them ......................................................................
stop ignoring packages & drupal so we can submodule them Bug: T115925 Change-Id: I1aaa99a73151751bcac1e949103ad94e06c0e973 --- M .gitignore D drupal/.gitignore 2 files changed, 0 insertions(+), 4 deletions(-) Approvals: Awight: Verified; Looks good to me, approved diff --git a/.gitignore b/.gitignore index 4bbd069..8ca32ea 100644 --- a/.gitignore +++ b/.gitignore @@ -142,10 +142,8 @@ authors.txt CRM/Batch/DAO/ CRM/Financial/DAO/ -drupal/ WordPress joomla -packages/ tests/output tests/phpunit/CiviTest/civicrm.settings.local.php tests/phpunit/CiviTest/truncate.xml diff --git a/drupal/.gitignore b/drupal/.gitignore deleted file mode 100644 index e7683df..0000000 --- a/drupal/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*~ -*.bak -- To view, visit https://gerrit.wikimedia.org/r/248275 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1aaa99a73151751bcac1e949103ad94e06c0e973 Gerrit-PatchSet: 3 Gerrit-Project: wikimedia/fundraising/civicrm-core Gerrit-Branch: civi-4.6.9 Gerrit-Owner: Eileen <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Eileen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
