diff options
author | Chris Jones <leeked@gmail.com> | 2013-06-25 17:08:09 -0400 |
---|---|---|
committer | Chris Jones <leeked@gmail.com> | 2013-06-25 17:08:09 -0400 |
commit | c8ec69639c2b4af309d86b1c58cd38afadb390d6 (patch) | |
tree | f9699a7c5f823b1a28a334d4584172f3e467e410 /Magento.gitignore | |
parent | 098aee26a1c69b0bf9e5723ee6db9589d21e74b0 (diff) | |
download | gitignore-c8ec69639c2b4af309d86b1c58cd38afadb390d6.tar.gz gitignore-c8ec69639c2b4af309d86b1c58cd38afadb390d6.zip |
Update Magento.gitignore
The line for `install.php` blocks adding *any* file with that name. In this instance, it caused Git to ignore a file for the Aitoc_Aitsys module located at: `app/code/local/Aitoc/Aitsys/Model/Module/Install.php`
Diffstat (limited to 'Magento.gitignore')
-rw-r--r-- | Magento.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Magento.gitignore b/Magento.gitignore index 52e8bb25..fc17a959 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -45,7 +45,7 @@ get.php includes/ index.php index.php.sample -install.php +/install.php js/blank.html js/calendar/ js/enterprise/ |