diff options
author | till <till@php.net> | 2012-10-29 00:08:15 +0100 |
---|---|---|
committer | till <till@php.net> | 2012-10-29 00:08:40 +0100 |
commit | f2bc8599f850131bb4118ebd5dd7118717d50c24 (patch) | |
tree | 6f80f2d84445c0a79b4e7dbc6aa1926c17fdc89d /.gitignore | |
parent | 111acf180dfacf7f049d4d7b6f93b79560f51fc4 (diff) |
Ignore plugin_manager plugin.
Allow packagist.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 339031096..30b18a9a4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ plugins/*/config.inc.php # this is for the sample plugin (via composer) plugins/rcsample +plugins/plugin_manager # composer-related composer.json |