From b87e078781b06c52a456b1cafca3c6c97d40b57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20I=2E=20Seluy?= Date: Tue, 20 Dec 2016 08:45:49 -0300 Subject: [PATCH 1/2] add lines from official codeigniter download - Added lines from the zip of Codeigniter-3.1.2 --- CodeIgniter.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1..e639a818 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,6 +1,13 @@ +.DS_Store + */config/development */logs/log-*.php !*/logs/index.html */cache/* !*/cache/index.html !*/cache/.htaccess + +user_guide_src/build/* +user_guide_src/cilexer/build/* +user_guide_src/cilexer/dist/* +user_guide_src/cilexer/pycilexer.egg-info/* From 673926ef316112b7902f8c39625e2334ae20ca08 Mon Sep 17 00:00:00 2001 From: Nacho Seluy Date: Wed, 21 Dec 2016 00:14:00 -0300 Subject: [PATCH 2/2] Deleted the line corresponding to an OS-specific gitignore file --- CodeIgniter.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e639a818..60571a0c 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,5 +1,3 @@ -.DS_Store - */config/development */logs/log-*.php !*/logs/index.html