Comment 3 for bug 1257279

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/60668
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=62f67b5a2f744a27759355a0c795e4e816cefbe7
Submitter: Jenkins
Branch: master

commit 62f67b5a2f744a27759355a0c795e4e816cefbe7
Author: Sushil Kumar <email address hidden>
Date: Sat Dec 7 13:45:10 2013 +0000

    Removing IDE specific ignores

    Reasons
    - .gitignore contains IDE specific ignores
    - IDE specific ignores should be setup using
      global gitignore on local box.
      for eg. create a .gitignore locally and use ...
      git config --global core.excludesfile .gitignore

    Changes
    - Removed .idea generated by IntelliJ.
    - Removed .DS_Store generated by Mac OS.
    - Removed .project generated by Eclipse.
    - Removed .pydevproject generated by PyDev.
    - Removed atlassian-ide-plugin.xml
      generated by Atlassian IDE.

    Change-Id: I902e980834716edb8a30ca58df520fd3fc0f73aa
    Closes-Bug: #1257279