From commits-return-65926-archive-asf-public=cust-asf.ponee.io@commons.apache.org Tue Feb 5 14:45:34 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5BA6F180608 for ; Tue, 5 Feb 2019 15:45:34 +0100 (CET) Received: (qmail 26207 invoked by uid 500); 5 Feb 2019 14:45:33 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 26194 invoked by uid 99); 5 Feb 2019 14:45:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2019 14:45:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E0CFF881F6; Tue, 5 Feb 2019 14:45:32 +0000 (UTC) Date: Tue, 05 Feb 2019 14:45:32 +0000 To: "commits@commons.apache.org" Subject: [commons-vfs] branch master updated: VFS-691 Git should ignore intellij files (ottobackwards) closes apache/commons-vfs#50 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154937793286.27954.7390891926020550571@gitbox.apache.org> From: otto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: commons-vfs X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 86cefb9a4dad69ce081f7591a7f6145602a40dab X-Git-Newrev: b70377527bf478601d76154bf0e222731dd5cb0a X-Git-Rev: b70377527bf478601d76154bf0e222731dd5cb0a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. otto pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git The following commit(s) were added to refs/heads/master by this push: new b703775 VFS-691 Git should ignore intellij files (ottobackwards) closes apache/commons-vfs#50 b703775 is described below commit b70377527bf478601d76154bf0e222731dd5cb0a Author: ottobackwards AuthorDate: Tue Feb 5 09:44:47 2019 -0500 VFS-691 Git should ignore intellij files (ottobackwards) closes apache/commons-vfs#50 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 838eb26..abcd75d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ target/ .classpath .settings/ .svn/ +.idea/ +*.iml +*.iws +.DS_Store