From 7947f6bd29c0ea35cf265d35256958011dbaeb1b Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Thu, 19 May 2016 11:22:46 +0100
Subject: [PATCH] Issue #2725541 by gargsuchi: Add phpcs.xml and phpunit.xml
 into the example.gitignore file

---
 example.gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/example.gitignore b/example.gitignore
index d1e35ac00319..c292c2e927dc 100644
--- a/example.gitignore
+++ b/example.gitignore
@@ -37,3 +37,7 @@ sites/simpletest
 
 # Ignore SimpleTest multi-site environment.
 # simpletest
+
+# Ignore core phpcs.xml and phpunit.xml.
+core/phpcs.xml
+core/phpunit.xml
-- 
GitLab