You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ot...@apache.org on 2019/02/05 14:45:32 UTC

[commons-vfs] branch master updated: VFS-691 Git should ignore intellij files (ottobackwards) closes apache/commons-vfs#50

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 <ot...@gmail.com>
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