Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/accumulo/pull/29#discussion_r30270345 --- Diff: .gitignore --- @@ -23,3 +23,4 @@ /.pydevproject /.idea /*.iml +*.swp --- End diff -- Long story, short: in this particular case, it's probably okay to just do a global ignore at the root of the project like you did, but it's also probably better to ensure that it's only those that are dotfiles. In other words, use `.*.swp` instead of `*.swp`, in case that suffix is used for other things we might care about later.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---