Greetings fellows, There are several IDEs that are widely used for working on OpenStack. I can name PyCharm, Eclipse(PyDev) and Rope (Vim, Emacs). The IDEs mentioned above create specific folders to store project-related settings. Those folders then are displayed as untracked in git, i.e.:
# On branch some_branch # Untracked files: # (use "git add <file>..." to include in what will be committed) # # .idea/ Of course, it's possible to modify local .git/info/exclude but isn't it reasonable to include the most common folders to our .gitignore? - Roman Prykhodchenko _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
