Commit
8b4dd611f31ee91f5d802dd156fc01674c3a0269
Exists in
master
and in
34 other branches
1.12.x, add_requests_as_dep, celery_service, change-passwd-signal, check-port, colab-signals, colab-vcard, colab_search, colab_tag, colab_tag_merge, community_association, detach_super_archives, fix-dashboard, fix-message-preview, fix_app_label, fix_header, fixed_gitlab_import, go_to_profile_panel, mobile_user_scalable, move_out_plugins, paginate-threads, profile_integration, refactor-data-import, remove-gitlab-plugin, removing_namespace, search_block, search_filters, split_screen, startplugin, timestamp_plugins, translation_review, user_regex, validate-passwd, workin_whoosh_temp
Ignore eggs directory in .gitignore
Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
...
|
...
|
@@ -3,7 +3,7 @@ |
3
|
3
|
*.pot |
4
|
4
|
*.pyc |
5
|
5
|
*.pyo |
6
|
|
-*.egg |
|
6
|
+*.egg* |
7
|
7
|
local_settings.py |
8
|
8
|
project_cfg.py |
9
|
9
|
|
...
|
...
|
|