diff options
author | till <till@php.net> | 2012-10-27 20:25:12 +0200 |
---|---|---|
committer | till <till@php.net> | 2012-10-27 20:25:12 +0200 |
commit | 5578ac860793ca25eba6a33681b22e3d096d1ec7 (patch) | |
tree | cc5ed180fe8472a438018e0b3b292fbf8a5bdb88 | |
parent | ac1dd014ad5c5f76f4c2998b31710471910024df (diff) |
Ignore sample plugin!
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 511a09a00..339031096 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ temp/* config/* plugins/*/config.inc.php +# this is for the sample plugin (via composer) +plugins/rcsample + # composer-related composer.json composer.phar |