diff options
Diffstat (limited to '')
-rw-r--r-- | options/gitignore/Plone | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/options/gitignore/Plone b/options/gitignore/Plone new file mode 100644 index 0000000..770a868 --- /dev/null +++ b/options/gitignore/Plone @@ -0,0 +1,18 @@ +*.pyc +*.pyo +*.tmp* +*.mo +*.egg +*.EGG +*.egg-info +*.EGG-INFO +.*.cfg +bin/ +build/ +develop-eggs/ +downloads/ +eggs/ +fake-eggs/ +parts/ +dist/ +var/ |