.gitignore has the editor specific ignores

Bug #1257279 reported by Sushil Kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Low
Sushil Kumar

Bug Description

.gitignore has got editor specific ignores.
Need to make .gitignore editor independent and remove those entries.
Developers need to set up their local ignore list using
http://technicalpickles.com/posts/configure-git-to-globally-ignore-some-files/

Changed in trove:
assignee: nobody → Sushil Kumar (sushil-kumar2)
Revision history for this message
SnowDust (nilakhya-chatterjee) wrote :

This cannot be accepted as a bug, for which some functionality is failing or behaving differently than expected,

Contrarily to your statement, If you have a custom editor you may add to the list of editor specific files in git ignore,

what is the sense of keeping an editor specific file in checkins other than source code ?

description: updated
Revision history for this message
Michael Basnight (hubcap) wrote :

I can consider this a bug. They really shouldnt be in our gitignores.

Changed in trove:
status: New → Confirmed
importance: Undecided → Low
milestone: none → icehouse-2
Changed in trove:
status: Confirmed → In Progress
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

Changed in trove:
status: In Progress → Fix Committed
Changed in trove:
status: Fix Committed → Fix Released
Revision history for this message
Thierry Carrez (ttx) wrote :

Should not be marked FixReleased until released in a milestone.

Changed in trove:
status: Fix Released → Fix Committed
Thierry Carrez (ttx)
Changed in trove:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: icehouse-2 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.