diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-11-30 13:19:03 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-11-30 13:19:36 (GMT) |
commit | 5c26f2a0e13a876f88e44146f169f5733b9545fa (patch) | |
tree | bcf4f5e60ecf967a13e90b323363e7ca8da5d2dc | |
parent | 876d205956a857bbdf5df1a41c5cb228df8d1e47 (diff) | |
download | roundcubemail-plugins-kolab-5c26f2a0e13a876f88e44146f169f5733b9545fa.tar.gz |
Ship a .gitignore to make it just a little more convenient for developers to run our plugins directly from source
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cd75a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tar.gz +*.tar.gz.gpg +*.patch +plugins/*/config.inc.php |